Author: amarkhel
Date: 2010-12-08 06:34:06 -0500 (Wed, 08 Dec 2010)
New Revision: 20451
Modified:
trunk/ui/output/ui/src/main/templates/popupPanel.template.xml
Log:
RF-9888 Popup panel: attribute zIndex ignored.
Modified: trunk/ui/output/ui/src/main/templates/popupPanel.template.xml
===================================================================
--- trunk/ui/output/ui/src/main/templates/popupPanel.template.xml 2010-12-08 11:31:30 UTC
(rev 20450)
+++ trunk/ui/output/ui/src/main/templates/popupPanel.template.xml 2010-12-08 11:34:06 UTC
(rev 20451)
@@ -14,6 +14,8 @@
</cc:interface>
<cc:implementation>
+ <cdk:object name="zindex"
value="#{component.attributes['zindex']}" />
+
<cdk:call expression="checkOptions(facesContext, component)" />
<div id="#{clientId}" style="visibility: hidden;">
<c:if test="#{component.attributes['modal']}">
@@ -30,7 +32,7 @@
</c:if>
<div id="#{clientId}_shadow" style="position:
#{component.attributes['followByScroll'] ? 'fixed' :
'absolute'};" class="rf-pp-shdw"/>
- <div id="#{clientId}_container" style="position:
#{component.attributes['followByScroll'] ? 'fixed' :
'absolute'};" cdk:passThroughWithExclusions="id style class
styleClass" class="rf-pp-cntr
#{component.attributes['styleClass']}">
+ <div id="#{clientId}_container" style="position:
#{component.attributes['followByScroll'] ? 'fixed' : 'absolute'};
#{not empty zindex ? 'z-index:'+zindex+';':''}"
cdk:passThroughWithExclusions="id style class styleClass" class="rf-pp-cntr
#{component.attributes['styleClass']}">
<c:if test="#{component.getFacet('header')!=null and
component.getFacet('header').rendered}">
<div id="#{clientId}_header" class="rf-pp-hdr
#{component.attributes['headerClass']}" >