Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Hi,
I ran into this issue and hacked the following fix in inputtaglib.groovy
def zIndexStyle = attrs.get('zIndex')
if ( zIndexStyle ) { zIndexStyle = " style=\"z-index:" + zIndexStyle + "\" "; }
out << """
<div class="yui-skin-sam yui-ac" ${zIndexStyle} >
...
And then set the zIndex in the wrongfully covered gui:autoComplete to be higher then the one wrongfully covering it.