Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Environment:IE7
-
Workaround Exists:Yes
-
Workaround Description:
Description
The modal overlay for the ace:dialog is covering the dialog in Williams POC. (Click Detail button in Screen 1.)
The dialog problem could be caused by the tabset. If we don't use tabset then it works fine. See video at http://screencast.com/t/uBYkky6E9m. Here is simplified test code:
<!-
<ace:tabSet>-><!-
<ace:tabPane>-><ui:include src="./tabs/detailPopup.xhtml"/>
<ui:include src="./tabs/screen1.xhtml"/>
<!-
</ace:tabPane>-><!-
</ace:tabSet>->Works if tabset commented out; remove comments and problem appears. So we can be sure that something in tabset is interfering with dialog in IE7?