G
Guest
We have a run into an apparent bug involving the rendering of .NET winform
controls within IE 6 (running on XP sp2 and .NET 2.0) . If one of a hosted
control's parent elements has style.display == 'none' when the control is
created,
the width and height of the control will be 0. If the parent element's
display style is then changed to 'visible' then the control's size remains 0.
To demonstrate the problem I have posted a website / user control project at
http://www.bluewire-technologies.com/downloads/UCTest.zip. This should be
unzipped to wwwroot and then access by pointing IE at
http://localhost/UcTest/index.html.
This issue is causing us big headaches as we use lots of hosted controls to
provide Tablet PC ink functionality in our web app. Any help would be greatly
appreciated!
controls within IE 6 (running on XP sp2 and .NET 2.0) . If one of a hosted
control's parent elements has style.display == 'none' when the control is
created,
the width and height of the control will be 0. If the parent element's
display style is then changed to 'visible' then the control's size remains 0.
To demonstrate the problem I have posted a website / user control project at
http://www.bluewire-technologies.com/downloads/UCTest.zip. This should be
unzipped to wwwroot and then access by pointing IE at
http://localhost/UcTest/index.html.
This issue is causing us big headaches as we use lots of hosted controls to
provide Tablet PC ink functionality in our web app. Any help would be greatly
appreciated!