jagdeepjain / sfapi

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

Provide support for clicking on popups #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
True pop-up windows (not alerts, windows managed by a pop-up manager) show up 
in multiple locations within the control hierarchy, this causes the current 
code for scanning for controls to mistakenly skip pop-up hosted controls when 
scanning. This patch eliminates the checks for "are you a child" when filtering 
raw children and instead simply tracks all items which have been processed 
during the scan using a dictionary.  This allows pop-up windows to be 
interacted with as one would expect.

Original issue reported on code.google.com by vrplum...@gmail.com on 1 Oct 2010 at 9:36

Attachments: