poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

GlassPanel on IE6 rendering problems #303

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using a GlassPanel on IE6 has some rendering problems with heavyweight elements 
such as a  
"select" Tags. The tag shines through the glass panel!
The same issue is solved in the PopupPanel (PopupImplIE6.java) by using an 
iframe.
Maybe the issue for the GlassPanel can be solved the same way. 

(I'm using GWT 1.7.0 and gwt-incubator-july-14-2009.jar)

Original issue reported on code.google.com by m...@censhare.de on 26 Aug 2009 at 3:02

GoogleCodeExporter commented 8 years ago
I experience the same problem but I don't think this browser rendering issue is 
worth
fixing. IE6 users should upgrade.. IE7 and IE8 don't have this problem.

Original comment by zmeuld...@gmail.com on 16 Sep 2009 at 4:39

GoogleCodeExporter commented 8 years ago
For the reference:

http://blogs.msdn.com/ie/archive/2006/01/17/514076.aspx
http://jetlogs.org/2008/05/09/jquery-fix-ie-select-box-z-index-bug/

Original comment by zmeuld...@gmail.com on 17 Sep 2009 at 7:59