From: SourceForge.net <no...@so...> - 2006-12-15 02:09:03
|
Bugs item #1616140, was opened at 2006-12-15 02:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1616140&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Foxw (foxw) Assigned to: Nobody/Anonymous (nobody) Summary: Error in API: dyndocument, Initial Comment: While building a site I ran into this very annoying problem with IE 6. Receiving the elm.clientWidth is null or not a object error from Dyndocument.js line 45 while accessing the lines. p.findDimensions = function() { this.w=(dynapi.ua.ns||dynapi.ua.opera)? this.frame.innerWidth : this.elm.clientWidth; this.h=(dynapi.ua.ns||dynapi.ua.opera)? this.frame.innerHeight : this.elm.clientHeight; }; Exact error states "this.elm.clientWidth is null or not a object." Granted I don't know if anyone EVEN looks this stuff over anymore, but surely wtf. any point in the right direction would be appriciated ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=1616140&group_id=5757 |