[Webkit-unassigned] [Bug 27989] New: AX: textUnderElement() should use a TextIterator instead of concatenating nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 10:49:53 PDT 2009


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

           Summary: AX: textUnderElement() should use a TextIterator
                    instead of concatenating nodes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        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


Generally speaking it seems that the textUnderElement ought to contain the same
kind of whitespace-collapsing logic that the normal rendering code does. This
could be done by using the TextIterator instead of walking the nodes and
concatenating them all. Not sure what bug it will cause that this just appends
the DOM, but I suspect it will cause problems, especially when there are

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



More information about the webkit-unassigned mailing list