Search and Top Navigation
#6995 closed bug (notabug)
Opened February 15, 2011 04:08PM UTC
Closed February 15, 2011 04:15PM UTC
UI Autocomplete link results are not right-clickable
Reported by: | gammons | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jqueryui.com/demos/autocomplete/#categories
jQuery 1.4.4
jQuery UI 1.8.8 and 1.8.9
If there is a link in the autocomplete results, right-clicking on a result does not bring up the standard browser menu to open the result in a new window or new tab. Instead, it activates the right-click menu for non-link elements on the page.
Replicable in Firefox and Google Chrome.
Attachments (0)
Change History (1)
Changed February 15, 2011 04:15PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Autocomplete doesn't render HTML by default. When modifying autocomplete to render HTML, it works as expected.