astadtla / csexwb2

Automatically exported from code.google.com/p/csexwb2
0 stars 0 forks source link

IFrame problem #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Problem:
WBLButtonDown, WBLButtonUp, WBMouseMove cannot get element in IFRAME

Cause: 
Missing IFRAME check code in csEXWB.IEServerWindow.FireMouseEvent(int 
ievent)

Fix:
//There is only one website that I know of that has so many nested frames
//MSDN archive website.
while ((loopelem != null) && (loopelem.tagName.ToLower() == "frame" || 
loopelem.tagName.ToLower() == "iframe"))

Original issue reported on code.google.com by nguyenhu...@gmail.com on 11 May 2008 at 4:39

GoogleCodeExporter commented 8 years ago
Thank you.

MH

Original comment by mehr...@gmail.com on 11 May 2008 at 1:21