-
-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't expose content of ARIA applications in virtual buffers #990
Comments
Comment 1 by pvagner on 2010-10-23 05:42 |
Comment 2 by jteh on 2010-10-24 10:34 |
Comment by jteh on 2011-04-12 00:07 This probably sort of worked before #277 was fixed because we didn't care about ARIA applications inside buffers back then, which was incorrect. We actually need to render a separate buffer for the document inside the application. Thus, it also needs #990 to be fixed so we don't render the application inside its parent document. |
Comment by jteh on 2011-06-09 07:45 ARIA documents work as of Firefox 6 (not yet released), as MozillaBug:653607 has been fixed. We'll address #990 separately, as it isn't necessary if the top level document is an application. |
Comment 5 by jteh on 2012-08-20 02:29 |
Comment 6 by mdcurran on 2012-08-20 03:01 |
Comment 7 by jteh on 2012-08-20 06:14 |
Comment 9 by jteh on 2012-09-10 10:51 |
Comment 10 by jteh on 2012-09-11 03:04 |
Comment 11 by tkeenan79 on 2012-11-09 08:16 |
Comment 12 by jteh on 2012-11-09 08:52 If you feel browse mode navigation would be useful in a given application, it very likely shouldn't be an application at all and you should suggest this to the site's author. |
Comment 13 by tkeenan79 (in reply to comment 12) on 2012-11-09 09:53 |
Comment 14 by jteh on 2012-11-09 10:38 |
Reported by mike.reiser on 2010-10-22 17:18
On some pages, nvda can get stuck in iframes and the only way to get out is to press the tab key. Steps to reproduce:
Actual results: NVDA will get stuck not allowing you to arrow through the iframe. Tab must be used to get out of it.
Expected results: nvda should let you arrow through as normal. This happens in the latest nightly build and in 3.6.11.
The text was updated successfully, but these errors were encountered: