julianharty / web-accessibility-testing

Automatically exported from code.google.com/p/web-accessibility-testing
Other
1 stars 0 forks source link

See if we can detect when we have tabbed out of the main browser chrome (into the browser UI) #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Depending on where focus is set, the tabThroughWebPage() effectively tabs out 
of the browser window and into the UI of the web browser e.g. to the address / 
search fields. With older versions of the browsers our code was able to 
continue cleanly. However with the addition of more loop detection code it's 
become more important to try and actively detect when we're leaving the browser 
chrome into the web browser's UI. 

Original issue reported on code.google.com by julianharty on 24 Oct 2012 at 3:41