#4916 closed defect (fixed)
soria combobox arrows are messed up
Reported by: | Douglas Hays | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Run dijit/tests/form/test_combobox.html?theme=soria in FF2, and the down arrow buttons do not render correctly. Also, everytime they're clicked, the box grows.
Change History (5)
comment:1 Changed 15 years ago by
Component: | General → Dijit |
---|---|
Owner: | anonymous deleted |
comment:2 Changed 15 years ago by
Milestone: | → 1.1 |
---|---|
Owner: | set to dante |
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
The problematic rule is
.soria .dijitComboBox .dijitDownArrowButtonInner
which has
overflow:hidden;[[BR]] Remove this (or set overflow:visible; and it renders fine, but I don't know what else is then broken. I would like to see this fixed for 1.0.1 since soria is less than useful w/o comboboxes and filteringselect.