Hello,
When I use a WebGroupBox and set the TitleAlignment property to Center, the title (Text property) gets centered in design mode, but when running the application the title is LEFT aligned.
I am not setting the property in code. Does anyone have the same problem?
Thanks,
Martin
I forgot to attach html which can be used to verify <legend> bug in IE8.
<fieldset style="width:300px;height:100px;"> <legend align="center"> Title </legend></fieldset>
Hi,
The WebGroupBox uses the <fieldset> element. The only option which allows to customize horizontal alignment of title (which is <legend> object) is align. If browser fails to generate expected layout for that element, then WebGroupBox is not able to get around that.
From my tests, I found that only 2 browsers do not support align=center: IE8 and Opera.
When will this get fixed for IE?
This seems like occuring in IE8. Checkout firefox it worked fine.