Ticket #4665 (new defect)

Opened 9 months ago

Last modified 5 months ago

dijit.form.DropDownButton does not render properly in Opera 9

Reported by: guest Owned by:
Priority: normal Milestone: 1.3
Component: Dijit Version: 0.9
Severity: normal Keywords: Dijit, Form, DropDownButton, Opera
Cc:

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 jgarfield@…

Change History

Changed 9 months ago by bill

  • milestone set to 1.1

Opera isn't supported for dijit 0.9 or dijit 1.0 but will consider for 1.1.

Changed 7 months ago by bill

  • milestone changed from 1.1 to 2.0

Changed 5 months ago by alex

  • milestone changed from 2.0 to 1.3

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.