Opened 14 years ago
Closed 13 years ago
#4901 closed enhancement (invalid)
[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.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
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.