Search and Top Navigation
#6156 closed bug (duplicate)
Opened October 06, 2010 10:34AM UTC
Closed October 06, 2010 12:02PM UTC
Last modified October 11, 2012 09:15PM UTC
Position calculation bug of autocomplete result window
Reported by: | daniel81 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.autocomplete | Version: | 1.8.5 |
Keywords: | position calculation bug autocomplete | Cc: | |
Blocked by: | Blocking: |
Description
On every keypress the position of the result window is recalculated. In my case the error occurs as follows:
keypress 1: top: -3221px
keypress 2: top: -3221.55px
keypress 3: top: -3221px
keypress 4: top: -3221.55px
...
The result is that the window jums 1px on every keystroke. I tried in firefox.
Duplicate of #6000.