[PATCH 1/6] mshtml: Forward IHTMLFrameElement::get_dispid and invoke to its content window

Andrew Eikum aeikum at codeweavers.com
Mon Dec 7 11:22:55 CST 2009


Jacek Caban wrote:
> Hi Andrew,
> 
> This idea looks bad. What are you trying to fix?
> 

Test case attached.  When using 
'document.frames.someFrame.someVariable', Wine currently fails looking 
up 'someVariable' as FrameElement doesn't have a get_dispid function. 
This patch forwards the lookup to someFrame's content window, which 
holds someVariable.

Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: frame_member.tar.bz2
Type: application/x-bzip
Size: 659 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20091207/327638ff/attachment.bin>


More information about the wine-devel mailing list