[Webkit-unassigned] [Bug 117491] New: Consider using element rect instead of selection rect to compute the center of an element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 22:54:55 PDT 2013


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

           Summary: Consider using element rect instead of selection rect
                    to compute the center of an element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: cfleizach at apple.com, enrica at apple.com


We might want to merge https://chromium.googlesource.com/chromium/blink/+/a1fc9809d682deb494818a977cd480872f17f94e

Remove unused blink accessibility code.

The only functional change is to clickPoint, where we're now returning
the center of the element rect rather than the selection rect. There's
no difference 99% of the time. If that 1% is needed, we could rewrite
that logic in far less code.

Everything else was literally unused. Much is already implemented in
Chromium's browser process; the rest couldn't be used without refactoring
anyway.


Chris, any opinion on this?

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