Opened 11 years ago
Last modified 10 years ago
#8062 open bug
Autocomplete is not triggered when pasting on Linux (with middle-mouse-button)
Reported by: | sol | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Steps to reproduce:
- Go to http://jqueryui.com/demos/autocomplete/default.html
- Select the string "ja" (without the quotes) in the description provided with the demo
- Middle-click on the input field of the demo (to paste the previously selected text)
Expected result: Getting suggestion for Java and JavaScript
Actual result: Nothing happens, suggestions only shown up after I press some key (e.g. one of the cursor keys)
Change History (6)
comment:1 Changed 11 years ago by
Status: | new → open |
---|
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:4 Changed 10 years ago by
Owner: | set to acouch |
---|---|
Status: | open → assigned |
comment:5 Changed 10 years ago by
Owner: | acouch deleted |
---|---|
Status: | assigned → open |
Probably implement with special event
Proposed implementation (Mathias)
Issues
- IE9 doesn't fire input on backspace
- Opera mobile lacks support (?)
comment:6 Changed 10 years ago by
Milestone: | 1.10.0 → none |
---|
Note: See
TracTickets for help on using
tickets.
Here's some related research
We should likely take Mathias' work and put it into UI Core and use it in any plugin where this is needed. This would cut down on a bit of code currently in Autocomplete.