UI Plugin

Fix IE 7 Issues

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.0
  • Fix Version/s: 1.2
  • Component/s: None
  • Labels:
    None

Issue Links

Activity

Hide
Marc Dworkin added a comment -

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.

Show
Marc Dworkin added a comment - 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.

People

Vote (3)
Watch (0)

Dates

  • Created:
    Updated: