Rendering error with IE7, no prob with FF and IE6

Hello,

I'm steppinh thru the JSF Fieldguide and do all the examples. In between I upgradede my Internet Explorer 6 with Internet Explorer 7 and after that I discover rendering problems with Buttons. They start where they are supposed to start but extend all over the page to the right edge. Elements which are placed right of the button are rendered just over it. I do not notice this behaviour with IE6 and FireFox. And I do not use special formatting commands. Just Drag and drop elements and display the Page. Any hints?

Thanks in advance and regards,

Thomas

[587 byte] By [Willi2793] at [2007-11-26 11:55:56]
# 1
Are you using VWP + netbeans? This is a known bug .
deepsix at 2007-7-7 12:14:53 > top of Java-index,Development Tools,Java Tools...
# 2
VWP? I don't know that.I'm using JSC and the bundled AS on my developing-machine under WinXP Prof and Apache with Tomcat under Suse 10.0 on my prod-machine. Both show the same error. Netbeans is installed on my Dev-Machine as well but not used at the moment.
Willi2793 at 2007-7-7 12:14:53 > top of Java-index,Development Tools,Java Tools...
# 3
Try force values for Height and Width to the button.Sorry my English is suck!
Tpramos at 2007-7-7 12:14:54 > top of Java-index,Development Tools,Java Tools...
# 4
One of my users just reported a similar problem. Tpramos -- your English is perfectly understandable!
yossarian at 2007-7-7 12:14:54 > top of Java-index,Development Tools,Java Tools...
# 5

Thomas,

The button problem is a know issue in IE7. By "known" I mean the Creator engineering team knows about it. To get around this defect for now, simply resize each button in the Designer so the "width" attribute gets set. In IE7, the button takes on the width of its container by default and this is very wide in IE7.

BTW, the credit goes to Creator engineering for uncovering this. Also, please be aware that IE has done a bad job at rendering CSS for many releases. With IE7, Microsoft has cleaned up lots of the CSS problems which caused previous workarounds to break.

Thanks!

-David

DavidBotterill at 2007-7-7 12:14:54 > top of Java-index,Development Tools,Java Tools...
# 6
Thanks for the answers. So if the engineering-team is aware of the problem they will fix it in the near future. This is good enough for me.@tpramos: your english is understandable. Mine is not prefect as well. :-)Regards,Thomas
Willi2793 at 2007-7-7 12:14:54 > top of Java-index,Development Tools,Java Tools...