Opened 11 years ago
Closed 11 years ago
#8216 closed bug (fixed)
Autocomplete: Incorrect scrolling of items when zoomed
Reported by: | offnight | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
You can see that bug if you zoom on the demo of the ui.autocomplete/scrollable section. If go down on the selection list with the arrow key, every N times (N depends on the zoom level) the focus will go to an option who's mostly outside of the scrollable panel (you can just see the overlay around the option, but not the text of the option). Outside of the demo, because your font, police size etc... are not the same as in the demo, you have to find the exact value for the css attribute max-height wich will not cause that bug in defaut zoom.
Change History (2)
comment:1 Changed 11 years ago by
Priority: | minor → trivial |
---|---|
Status: | new → open |
Summary: | Bug while browsing autocomplete scrollable options. → Autocomplete: Incorrect scrolling of items when zoomed |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
This works properly in master.