cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Navigating bug: text nodes and nested interactive nodes #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On this page: 
http://webdesign.about.com/od/examples/l/bl_label-tag-examples.htm
2. With the extension enabled for all pages
3. Navigate to the bottom of the article, just above the "Related Articles" 
section

What is the expected output? What do you see instead?
When navigating down, the highlight surrounds the paragraph "This article is 
part of the _HTML Forms Tutorial_" including the link. When navigating up, the 
highlight works correctly and navigates the link separately from the remaining 
text node.

The system should navigate the text node and link separately going both down 
and up.

Please use labels and text to provide additional information.
Perhaps the problem is with code of the following form?
<p>Some paragraph text
<b><a href="#">and a link that is bold</a></b>
</p>
where the interactive element is inside some other inline element?

Original issue reported on code.google.com by jbjor...@gmail.com on 13 Aug 2013 at 6:57

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r240.

Original comment by aeharding on 13 Aug 2013 at 7:24