[Webkit-unassigned] [Bug 25452] New: AX: Don't create addition space AXStaticText element for every bold or link tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 11:41:53 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25452

           Summary: AX: Don't create addition space AXStaticText element for
                    every bold or link tag
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com


In the following simplified html example with two bold tag and two links, I
would expect four uiElements represented thru accessibility.  Instead, I see
eight uiElements.  Somehow WebKit is creating another AXStaticText that
contains a space character as the AXValue after every bold or link tag.  See
the screenshot for an example of one of these spacer AXStaticText.  Note that
the start marker is the same as the end marker.

<b>First</b>
<b>Second</b>
<a href="http://www.apple.com">Apple</a>
<a href="http://www.yahoo.com">Yahoo</a>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list