dijit.form.select not working in ie8
The select box is not does not open when clicked in ie8. It seems that the box is only click-able in certain areas. The pointer cursor only displays when it is hovered over certain areas of the select box. I think this a bug.
example
<div dojoAttachPoint='filterSelect' dojoType='dijit.form.Select' style='width:130px;' class='filterSelect'>
<span value='All'>All</span>
<span value='Video'>Video</span>
<span value='Music'>Music</span>
<span value='Pictures'>Pictures</span>
<span value='People'>People</span>
</div>
Change History (4)
Owner: |
set to Nathan Toone
|
Resolution: |
→ worksforme
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
Please attach a full test case using the attach file button.