Author: artdaw
Date: 2011-02-04 10:21:32 -0500 (Fri, 04 Feb 2011)
New Revision: 21456
Modified:
trunk/ui/output/ui/src/main/templates/popupPanel.template.xml
Log:
RF-10398: popupPanel shade is fixed to support proper z-index in order to support multiple
panels overlaps
Modified: trunk/ui/output/ui/src/main/templates/popupPanel.template.xml
===================================================================
--- trunk/ui/output/ui/src/main/templates/popupPanel.template.xml 2011-02-04 15:08:06 UTC
(rev 21455)
+++ trunk/ui/output/ui/src/main/templates/popupPanel.template.xml 2011-02-04 15:21:32 UTC
(rev 21456)
@@ -26,7 +26,7 @@
onmousedown="#{component.attributes['onmaskmousedown']}"
onmousemove="#{component.attributes['onmaskmousemove']}"
onmouseover="#{component.attributes['onmaskmouseover']}"
- onmouseout="#{component.attributes['onmaskmouseout']}"
class="rf-pp-shade">
+ onmouseout="#{component.attributes['onmaskmouseout']}"
class="rf-pp-shade" style="z-index:#{zindex};">
<button class="rf-pp-btn"
id="#{clientId}FirstHref"></button>
</div>
Show replies by date