Skip to main content

Search and Top Navigation

#8062 open bug ()

Opened January 26, 2012 11:07AM UTC

Last modified January 25, 2013 09:23PM UTC

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:

1. Go to http://jqueryui.com/demos/autocomplete/default.html

1. Select the string "ja" (without the quotes) in the description provided with the demo

1. 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)

Attachments (0)
Change History (6)

Changed January 26, 2012 03:19PM UTC by rdworth comment:1

status: newopen

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.

Changed September 26, 2012 11:51AM UTC by JessePelton comment:2

This manifests on Windows as well, despite the bug title.

Changed October 11, 2012 02:42PM UTC by scottgonzalez comment:3

milestone: 1.9.01.10.0

Changed October 16, 2012 06:18PM UTC by acouch comment:4

owner: → acouch
status: openassigned

Changed October 16, 2012 09:16PM UTC by acouch comment:5

owner: acouch
status: assignedopen

Probably implement with special event

Proposed implementation (Mathias)

Issues

  • IE9 doesn't fire input on backspace
  • Opera mobile lacks support (?)

Changed January 25, 2013 09:23PM UTC by tj.vantoll comment:6

milestone: 1.10.0none