I tested the AlwaysVisibleControlExtender in a server
control based ASP.NET 2.0 webpart(DLL) . The webpart contains updatepanel,
updateprogress control.
The always visible control extender targets the
updateprogress control, that is targetted to be at the bottom right of the
browser window always.
Browser
IE6 IE7 Mozilla 2.0
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WebPart in MOSS website Does Not Appear(2) Works Partially(3) Works Perfectly(1)
Webpart in ASP.NET website Works Perfectly(1) Works Perfectly(1) Works Perfectly(1)
1. Works as expected, updateprogress scrolls to the
bottom of the window always even on resize operations
2. The update progress
control does not even appear when the postback occurs.
3. The update progress control appears but does not
scroll properly. If the browser window is resized in such a way that no
scrollbar appears - it works fine as in it snaps to the bottom as expected.
However, if there is a scrollbar, the updateprogress does not move to the
bottom of the browser window as expected.
Can someone elaborate on the varying behaviour observed in IE6 and IE7 and possible fixes?