#6250 closed bug (fixed)
Autocomplete: horizontal scrollbar on IE7
Reported by: | rosieks | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.7 |
Component: | ui.autocomplete | Version: | 1.8.5 |
Keywords: | scroll | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
Hello, when I use vertical scroll in autocomplete on IE7 I have horizontal scroll too. You can see the same result watching your demo page: http://jqueryui.com/demos/autocomplete/maxheight.html.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | horizontal scroll on IE7 → Autocomplete: horizontal scrollbar on IE7 |
comment:2 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Adding overflow-x: hidden doesn't resolve problem. Right part of item is invisible (under vertical scroll).
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Added padding in 5431a45.
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in 5431a45.