Opened 11 years ago
Closed 11 years ago
#9950 closed defect (duplicate)
Any dijit popup that uses dijit.popup doesn't draw over Java applets
Reported by: | kryorage | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | General | Version: | 1.3.2 |
Keywords: | applet, z-order, popup | Cc: | |
Blocked By: | Blocking: |
Description
Our occurrence of the bug happened in Firefox 3.5.3 with Java plugin 1.6.0_16
With any popup (the calendar is an example) that makes use of dijit.popup to display is not drawing over the top of a Java applet in the same page.
There is a fix in dojox/_base/popup.js that checks for browser version and performs the iframe shim technique to ensure the pop draws over the top of any problematic z-order controls. The z-order problem exists in AT LEAST Firefox 3.5.3 as commenting out the check for browsers fixes the problem in Firefox 3.5.3.
this is the line I commented out (with its corresponding end bracket)
(dojo.isFF < 3 && dojo.hasClass(dojo.body(), "dijit_a11y"))){ |
Note: See
TracTickets for help on using
tickets.
Dup of #9805.