Re: problem of docklayoutpanel in IE9

2012-12-10 Thread Thomas Broyer
On Monday, December 10, 2012 2:41:52 AM UTC+1, tong123123 wrote: our colleague just found that in IE9, the following is not work: DockLayoutPanel dockLayoutPanel = new DockLayoutPanel(Unit.PX); dockLayoutPanel.setSize(1024, 768); the dockLayoutPanel will not shown (although it works in

problem of docklayoutpanel in IE9

2012-12-09 Thread tong123123
our colleague just found that in IE9, the following is not work: DockLayoutPanel dockLayoutPanel = new DockLayoutPanel(Unit.PX); dockLayoutPanel.setSize(1024, 768); the dockLayoutPanel will not shown (although it works in IE8). In IE9, we must write the px in setsize DockLayoutPanel