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.)
Activity
yip.ng
created issue -
yip.ng
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | yip.ng [ yip.ng ] |
yip.ng
made changes -
Attachment | screenshot-01.png [ 13572 ] |
Ken Fyten
made changes -
Workaround Description |
Quick fix for dialog issue is to set position of tabset to static: <ace:tabSet id="tabSet" style="position:static;" ... (Tested with FF and also IE9. Seemed OK.) |
|
Workaround Exists | [Yes] | |
Salesforce Case | [] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] | |
Affects Version/s | 2.1 [ 10241 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee Priority | P2 |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee Priority | P2 | |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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?