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
In Firefox 4, visit a site containing an embedded object such as the NVDA web site.
Move to and press enter on the embedded object.
Press NVDA+control+space to get out of it.
Expected: Focus should be returned to the document.
Actual: Nothing.
The problem is that in Firefox 4, there is no separate document window. Previously, the document window was the parent of the embedded object window, so moving up the hierarchy eventually landed in the document. Now, you land on the top level Firefox frame.
The text was updated successfully, but these errors were encountered:
Comment 3 by jteh on 2011-03-29 05:19
Java is a bit strange and doesn't seem to use a !GeckoPluginWindow at all. Unfortunately, this means this fix won't work for Java (and I'm not even sure we can fix it).
The good news is that I tried this with a browser embedded Adobe Reader document and it does work very nicely there.
Changes:
State: closed
Comment 4 by jteh on 2011-03-30 20:59
Note that the solution we implemented here was very much a hack. The correct solution is to get this fixed in Firefox. See MozillaBug:646360.
Reported by jteh on 2011-03-23 22:57
Str:
The problem is that in Firefox 4, there is no separate document window. Previously, the document window was the parent of the embedded object window, so moving up the hierarchy eventually landed in the document. Now, you land on the top level Firefox frame.
The text was updated successfully, but these errors were encountered: