#4134 closed defect (fixed)
Safari/Webkit: ComboBox with vertical scroll bars also has horizontal scroll bars
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a drop down is big enough that it requires a vertical scroll bar, Safari also creates a horizontal scroll bar because the vertical scrollbar gets put on top of the content instead of outside of the content.
Ideally the dropdown should be big enough to accommodate the vertical scrollbar.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Probably my fault, using offsetWidth instead of scrollWidth, or I guess now base/html has border box functions we can use.