Bug 99318 - Support for iframe.contentWindow in DOM
Summary: Support for iframe.contentWindow in DOM
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 00:17 UTC by Alain Knaff
Modified: 2005-04-03 18:24 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alain Knaff 2005-02-14 00:17:25 UTC
Version:           3.3.92 (using KDE 3.3.92 (beta2) Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.10

Both Mozilla/Firefox and IE support a contentWindow attribute on iframe, which is the window that holds the iframe.

More details here:
http://www.mozilla.org/docs/dom/domref/dom_frame_ref16.html#1007581

Would it be possible to add this to konqueror as well (some proprietary websites, such as BGL homebanking use this)
Comment 1 Thiago Macieira 2005-02-14 00:25:23 UTC
khtml ecma is the closest to "khtml dom" we have.
Comment 2 Allan Sandfeld 2005-04-03 18:24:24 UTC
CVS commit by carewolf: 

Implement frame.contentWindow and window.frameElement.

FEATURE: 99318, 101442

Notes:
   Fixes Google Suggest again. 
   It seems the new GMail also uses them, but this alone appears to fix nothing.


  M +5 -0      ChangeLog   1.415
  M +16 -0     ecma/kjs_html.cpp   1.281
  M +4 -2      ecma/kjs_html.h   1.84
  M +3 -0      ecma/kjs_window.cpp   1.400
  M +1 -1      ecma/kjs_window.h   1.111