[Webkit-unassigned] [Bug 122644] New: [ATK] Simplify implementation of atk_text_get_text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 11 03:24:38 PDT 2013


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

           Summary: [ATK] Simplify implementation of atk_text_get_text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: cfleizach at apple.com, jdiggs at igalia.com,
                    webkit-bug-importer at group.apple.com


Currently, the implementation of atk_text_get_text() is definitely not the most efficient in the world (multiple times to textUnderElement, treating ColorWell elements at the end instead of at the beginning...) and that needs to change IMHO, so this bug is just for simplifying that function, while still keep passing the tests.

Actually more things need to change in this file and this bug is probably a first step in that direction, but let's go step by step.

-- 
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