-
-
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
Gecko IA2 virtual buffers: space is not inserted between nodes in some cases #70
Comments
Comment 1 by jteh on 2008-04-21 07:21 Trac is a bit strange. The stylesheet seems to indicate that the list should be displayed horizontally. However, checking this with another screen reader that provides video intercept shows that the navigation bar is not horizontal, although it has some other strange styling that makes it difficult to read with said video intercept. In any case, the items definitely shouldn't be rendered without spaces between them. I'm not sure why this is occurring; spaces are correctly inserted in the case of http://www.jantrid.net/. Mick, do you have any idea why this might be occurring for certain sites such as Trac and Google? |
Comment 2 by jteh (in reply to comment 1) on 2008-04-21 07:47
Sighted assistance confirms that this is displayed horizontally after all. |
Comment 3 by aleksey_s on 2008-04-21 07:57 |
Comment 4 by pvagner on 2008-04-21 08:06 |
Comment 5 by jteh on 2008-05-14 05:40 The question remains as to whether you are happy with the current situation. Although there is no space between nodes sometimes, moving by word now correctly stops on node boundaries. If you are happy with this, please close the ticket. |
Comment 6 by pvagner on 2008-05-14 06:26 Ticket closed. |
Reported by pvagner on 2008-04-21 07:02
When going to E.G. http://trac.nvda-project.org and navigating to the navigations list NVDA places all the list items in single line.
It looks as follows:
logged in as pvagnerLogoutPreferencesHelp/GuideAbout Trac
I think this is not all in the single line. When activating virtual buffer pass through by pressing NVDA+space and trying to copy the whole page as firefox does it by pressing sequence of Ctrl+a and Ctrl+c it looks as follows:
* logged in as pvagner
* Logout
* Preferences
* Help/Guide
* About Trac
I can understand that switching screen layout off makes these appear on seperate lines but that's because they are links not because they are really placed on seperate lines. Further more If this can't be made then it should be considered to seperate the links with spaces at least because now as NVDA presents it it's blended all together.
The text was updated successfully, but these errors were encountered: