Bugs item #410877, was updated on 2001-03-23 09:49
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=410877&group_id=5757

Category: DynAPIX
Group: None
Status: Open
Priority: 5
Submitted By: Jordan Pickup (jpickup)
Assigned to: Nobody/Anonymous (nobody)
Summary: Doesn't update page dimesions on resize

Initial Comment:
DynAPIX doesn't update the document dimensions when 
the document is resized.

NS4 doesn't have a problem because the page gets 
reloaded anyways.

IE5 and N6 have the problem. I worked around it by 
adding 'DynAPI.document.findDimensions();' to my 
resize handler.

I tried adding:
DynAPI.addResizeFunction
("'DynAPI.document.findDimensions();");
to the end of the DynDocument file. That fixed the 
problem in IE5 but not in N6. In N6 the documents 
Resize Function seemed to be called after my onResize 
function was called so the dimensions were updated 
after I'd already used the old ones.

Just so you know: I'm running NT4 SP6A and have IE5.5, 
NS4.76, and NS6.0

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105757&aid=410877&group_id=5757

_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to