Re: DockLayoutPanel and YUI

2009-11-10 Thread skrat
I also got trouble with DockLayoutPanel and IE6, and it doesn't have anything with Unit.EM. I use Unit.PX, and in FF/Safari I got proper styles on child widgets, that is right: 0px; bottom: 0px; position: absolute; left: 0px; top: 0px; and in IE6 there is something containing width:32px ,

Re: DockLayoutPanel and YUI

2009-10-05 Thread jgw
Could you post code that reproduces either of these cases? The yui- grids thing sounds a little odd, but I'd still like to look into it. But a DockLayoutPanel not working properly on IE6 is very surprising, as those cases should already be tested (and because I've tested them manually). Again,

Re: DockLayoutPanel and YUI

2009-10-05 Thread John Patterson
Right, I have reverted my code to use EM's and can see the problem again. The code below also shows the problem. It uses a map in the centre panel and I am not sure if this is where the problem arises.!DOCTYPE HTMLhtmlheadmeta http-equiv="content-type" content="text/html; charset=UTF-8"script

DockLayoutPanel and YUI

2009-10-04 Thread jd
Hi, I am using DockLayoutPanel and have found that it seems to be imcompatible with YUI Grids. Specifically, when I include this on my page: link rel=stylesheet type=text/css href=http://yui.yahooapis.com/ 2.8.0r4/build/grids/grids-min.css The page does not layout correctly in IE6.

Re: DockLayoutPanel and YUI

2009-10-04 Thread jd
... and while I am bashing IE6 - I found another issue: When DockLayoutPanel is set to use Unit.EM I found that a child in the east overlapped with the centre child by about 10 px. When I changed to Unit.PX it works OK. Again, in Safari Unit.EM worked fine. Bring on Chrome Frame! On Oct 4,