Opened 12 years ago
Closed 12 years ago
#9307 closed defect (invalid)
dijit.Dialog widget appears under a Flash object
Reported by: | roman2 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a page with a Flash object. And when a dijit.Dialog widget is displayed, it appears under the Flash object. Happens the same way in Firefox, IE, and Safari. Can this be fixed and is there a workaround?
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Oh, never mind. Setting wmode on the Flash object to transparent fixes this.
<param NAME="wmode" VALUE="transparent"> for an <object> wmode="transparent" for <embed>