Side navigation
#4901 closed enhancement (invalid)
Opened July 14, 2009 05:26PM UTC
Closed October 12, 2009 11:47PM UTC
[autocomplete]
Reported by: | hassp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | plugin | Version: | 1.3.2 |
Keywords: | [autocomplete] | Cc: | |
Blocked by: | Blocking: |
Description
It works erraticaly in webkit browsers. When you scroll up and down a suggestions list in Safari or Chrome, the selection bar disappears. Additionaly, the suggestions list appears in wrong position in ie7 and webkit browsers, especially when you change the zoom factor, with Ctrl++ or Ctrl+-.
There is a version fixing these problems in URL
http://benroom.com/jautocomplete/demo/.
Excuse me for my english.
Attachments (0)
Change History (2)
Changed July 18, 2009 09:42PM UTC by comment:1
Changed October 12, 2009 11:47PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .
Fixed a bug reported in TODO file.
bug: handle del key; eg. type a letter, remove it using del, type same letter again: nothing happens.
Now del key works as it should. Behaves like backspace key.