ssrocks
2 Mar 2007, 6:24 AM
Jack & all that are contributing to this library, this is some kickass stuff.
With IE6, I found an issue (yui-ext.0.33) when adding a ContentPanel which contains a Select HtmlElement. IE is repainting the entire window after the BorderLayout completes its repaint.
The work around I found was to set style.visibility:hidden for each Select HtmlElement in the Html snippet. After invoking layout.endUpdate(), set style.visibility:hidden for each Select HtmlElement.
With IE6, I found an issue (yui-ext.0.33) when adding a ContentPanel which contains a Select HtmlElement. IE is repainting the entire window after the BorderLayout completes its repaint.
The work around I found was to set style.visibility:hidden for each Select HtmlElement in the Html snippet. After invoking layout.endUpdate(), set style.visibility:hidden for each Select HtmlElement.