GWT increases panel size

2008-12-23 Thread aragorn
Hey i just noticed a strange behavior in GWT. When you create a GWT project and run it in hosted mode and then open it in browser, the size of the output is visibly different. GWT increases the panel dimensions in the browser. I created a project having a panel at the extreme left with width fixed

Re: GWT increases panel size

2008-12-23 Thread sagar
I think i found out what the problem is. The problem seems to be in mozilla firefox which resizes the panels incorrectly. I installed opera on my system and the panel width looks fine just as expected. But now the problem is why mozilla does the resizing and how to correct it. Will i face similar p

Re: GWT increases panel size

2008-12-29 Thread lukehashj
Firefox and IE render margins/padding/borders differently. In firefox, margins padding and the border are an addition to the width of the element. In IE, they are included as part of the size of the element. When you set the width of an element in IE you are setting the total width of the element