|
From: SourceForge.net <no...@so...> - 2007-09-25 14:30:38
|
Bugs item #1099644, was opened at 2005-01-10 21:14 Message generated for change (Comment added) made by lallous_hanna You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=1099644&group_id=47038 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: None Group: Latest code in SVN Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Chris Eldredge (chriseldredge) Assigned to: Marc Guillemot (mguillem) Summary: window.frames['frameName'] causes ClassCastException Initial Comment: If a javascript tries to reference a frame by doing window.frames['frameName'] A ClassCastException is thrown because BaseFrame.FrameWindow is not an HtmlElement. Attached patch with test case demonstrating problem, and a simple fix. ---------------------------------------------------------------------- Comment By: Elie Hanna (lallous_hanna) Date: 2007-09-25 17:30 Message: Logged In: YES user_id=1723054 Originator: NO Is this fix part of version 1.13? I am still getting this error after installing version 1.13. How can I apply this fix to version 1.13? Thanks. ---------------------------------------------------------------------- Comment By: Marc Guillemot (mguillem) Date: 2005-01-11 19:17 Message: Logged In: YES user_id=402164 Problem has been introduced with the separation of the html element corresponding to a frame or iframe tag and the contained window. Patch applied. Thanks. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=448266&aid=1099644&group_id=47038 |