#9112 closed defect (fixed)
Arrows for ComboBox, FilteringSelect don't work in Opera and Konqueror
Reported by: | Kjir | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | Dijit - Form | Version: | 1.3.0 |
Keywords: | combobox, filteringselect, opera, konqueror, arrow | Cc: | |
Blocked By: | Blocking: |
Description
The arrows for the ComboxBox? and FilteringSelect? do not show in Opera and Konqueror (Opera version: 9.64 build 2480 - don't know about Konqueror, I didn't test directly). This is because the height doesn't get set automatically to the height of the parent element, so the button is about 1px in height (attached screenshot). To fix this there are two ways that do not seem to change the behaviour in supported browsers (tested with Firefox 3.0.8, Arora/Midori? [webkit], IE 6.0):
- Set the height property of the dijitArrowButtonInner class to something else than auto (1.25em seemed fine to me, but you probably know better)
- Replace in dijit/form/templates/ComboBox.html the   with an (related to bug #6378)
The screenshot is represent the rendering of http://demos.dojotoolkit.org/demos/form/ under Opera, notice the State: field
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | operaComboBox.png added |
---|
comment:1 Changed 12 years ago by
You can test the fixed version with second solution ( instead of  ) here: http://carpooling.sbisinger.net/signup
comment:2 Changed 12 years ago by
I realized I had an old version of dojo, but it still applies, it just changed the place where to substitute   with
comment:3 Changed 11 years ago by
Owner: | set to Douglas Hays |
---|
comment:4 Changed 10 years ago by
Milestone: | future → 1.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in Dojo 1.5 (verified with Opera 10.61).
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Rendering of http://demos.dojotoolkit.org/demos/form/ with Opera