IE update Q824145 - resizeBy error

  • Thread starter Thread starter Jonathan Doyle
  • Start date Start date
J

Jonathan Doyle

After installing IE update Q824145 I get an 'Access
Denied' error message when using the window resizeBy,
resizeTo, moveBy or moveTo functions. Before this update
they worked fine. To recreate load the following HTML
page in your browser, put focus in the text object, and
then click on the button. No error occurs if you tab onto
the button first and then click it.

<HTML>
<BODY>
<INPUT type="text" id=text1 name=text1>
<INPUT type="button" value="Button" id=button1
name=button1 onfocus="window.resizeBy(1,1);">
</BODY>
</HTML>

Anybody else had this problem ? Any suggestions ? Why is
it an 'Access Denied' error ?
 
Jonathan Doyle said:
After installing IE update Q824145 I get an 'Access
Denied' error message when using the window resizeBy,
resizeTo, moveBy or moveTo functions. Before this update
they worked fine. To recreate load the following HTML
page in your browser, put focus in the text object, and
then click on the button. No error occurs if you tab onto
the button first and then click it.

<HTML>
<BODY>
<INPUT type="text" id=text1 name=text1>
<INPUT type="button" value="Button" id=button1
name=button1 onfocus="window.resizeBy(1,1);">
</BODY>
</HTML>

Anybody else had this problem ? Any suggestions ? Why is
it an 'Access Denied' error ?

I have problems with kind of the same error. I get an 'access denied'
if I try to scroll the text on a page while it's performing a
'moveby'. It appeared after installing some update, but I don't know
exactly which. Actually this problem is creating a lot of problems for
me, and I have been searching around a lot for a way to fix it. But I
haven't found any answers yet.
 
Back
Top