Re: [PATCH 1/6] mshtml: Forward IHTMLFrameElement::get_dispid and invoke to its content window
December 2009
11:22 a.m.
New subject: [PATCH 1/6] mshtml: Forward IHTMLFrameElement::get_dispid and invoke to its content window
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
5952
Age (days ago)
5952
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Eikum -
Jacek Caban