Re: [PATCH 1/6] mshtml: Forward IHTMLFrameElement::get_dispid and invoke to its content window
7 Dec
2009
7 Dec
'09
11:41 a.m.
Hi Andrew, This idea looks bad. What are you trying to fix? Jacek
7 Dec
7 Dec
5:22 p.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
5939
Age (days ago)
5939
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Eikum -
Jacek Caban