You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by k_kolev1985 on 2013-04-14 09:21
When opening www.gmail.com in Internet Explorer 10 with NVDA, it doesn't read the page. The current snapshot plays its error sound and the stable 2012.3.1 stays silent.
Press the arrow keys to navigate around in the page.
Expected result: NVDA should read the page content.
Actual result: The stable NVDA 2012.3.1 stays silent and the current snapshot only plays its error sounds and doesn't speak anything.
I can invoke the dialog with the list of links (elements) with NVDA+F7, but when I try to activate a link by pressing Enter on it in the list, NVDA only gives an error and doesn't activate the link.
I've even launched IE with addons disabled (from Start -> Accessories -> System Tools), but that didn't improve the situation.
I'm attaching a log file from NVDA witch should contain the bug logged. The logging level was set to "Debugging" - hope it helps.
The text was updated successfully, but these errors were encountered:
Comment 1 by Michael Curran <mick@... on 2013-04-28 11:52
In [ee8c7dc]:
Fix #3151 (browse mode does not work in IE 10 on www.gmail.com login page). When IE 10 is in standards mode document.getElementsByName nor getElementById will return a node given its MS unique ID. However, document.all.item(uniqueID) does work. So only in this special case (for now) if getElementsByName returns None (only happens in IE 10 standards mode) then try document.all.item(uniqueID), but catch _all_ exceptions around that line to make sure there are no surprizes introduced by this very specific fix. In long-term it would be good to move code to just use all.item all the time, but this of course is untested.
Reported by k_kolev1985 on 2013-04-14 09:21
When opening www.gmail.com in Internet Explorer 10 with NVDA, it doesn't read the page. The current snapshot plays its error sound and the stable 2012.3.1 stays silent.
Steps to reproduce it:
Expected result: NVDA should read the page content.
Actual result: The stable NVDA 2012.3.1 stays silent and the current snapshot only plays its error sounds and doesn't speak anything.
I can invoke the dialog with the list of links (elements) with NVDA+F7, but when I try to activate a link by pressing Enter on it in the list, NVDA only gives an error and doesn't activate the link.
I've even launched IE with addons disabled (from Start -> Accessories -> System Tools), but that didn't improve the situation.
I'm attaching a log file from NVDA witch should contain the bug logged. The logging level was set to "Debugging" - hope it helps.
The text was updated successfully, but these errors were encountered: