Hi Andrew,
This idea looks bad. What are you trying to fix?
Jacek
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