Ticket #4901 (closed enhancement: invalid)
[autocomplete]
| Reported by: | hassp | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | [autocomplete] | Cc: | |
| Blocking: | Blocked by: |
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
comment:2 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
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 .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.