[
https://issues.apache.org/jira/browse/TRINIDAD-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628751#action_12628751
]
Gerhard Petracek commented on TRINIDAD-909:
-------------------------------------------
the problem is caused by the workaround for ie 7
within the patch file:
...
+ TrPanelPopup._mask.className =
page.getStyleClass("af|dialog::blocked-area");
+
var cssText = "display:none;position: absolute; z-index: 5000;top:
0px;left: 0px;cursor: not-allowed;";
if (_agent.isIE && _agent.version == 7)
//workaround for bug in IE7 : see
http://blog.thinkature.com/index.php/2006/12/29/odd-mouse-handling-with-transparent-objects-under-internet-explorer-7/
@@ -356,23 +364,31 @@
...
it works after removing it
> lightweight dialog/modal panelPopup - skinnable blocked area
> ------------------------------------------------------------
>
> Key: TRINIDAD-909
> URL: https://issues.apache.org/jira/browse/TRINIDAD-909
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Skinning
> Affects Versions: 1.0.5-core, 1.2.5-core
> Reporter: Gerhard Petracek
> Assignee: Gerhard Petracek
> Priority: Minor
> Fix For: 1.0.8-core, 1.2.8-core
>
> Attachments: skinning_blocked_area.patch,
> skinning_blocked_area_beta.patch
>
>
> the area outside a lightweight dialog (or modal panelPopup) is blocked (it's
> a transparent div + cursor: not-allowed which covers the whole page)
> this new skinning selector allows the styling of the blocked area.
> e.g.:
> af|dialog::blocked-area{
> background-color: black !important;
> filter: Alpha(opacity: 60);
> -moz-opacity: 0.6;
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.