Opened 13 years ago
Last modified 10 years ago
#4665 closed defect
dijit.form.DropDownButton does not render properly in Opera 9 — at Initial Version
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Dijit, Form, DropDownButton, Opera | Cc: | |
Blocked By: | Blocking: |
Description
I'm not sure if DOJO 0.9 is supposed to be covering Opera 9 or not, but dijit.form.DropDownButton? does not render properly in it...When you click on the button to display the actual underlying menu, it shows the menu, blinks, and then hides it again.
My example menu this is happening on is as follows....
<div dojoType="dijit.form.DropDownButton"> <span>Actions</span> <div dojoType="dijit.Menu" id="Actions"> <div dojoType="dijit.MenuItem" label="Edit"></div> <div dojoType="dijit.MenuItem" label="Delete"></div> </div> </div>
The version of Opera 9 being used is 9.23.3695 (Happens on both Mac and PC)
If you need any more information, feel free to email me [email protected]…
Note: See
TracTickets for help on using
tickets.