[Webkit-unassigned] [Bug 128804] New: setSelectionRange shouldn't trigger a synchronous layout when text field is already focused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 01:05:17 PST 2014


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

           Summary: setSelectionRange shouldn't trigger a synchronous
                    layout when text field is already focused
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, koivisto at iki.fi,
                    barraclough at apple.com, benjamin at webkit.org,
                    enrica at apple.com, akling at apple.com
            Blocks: 128797


HTMLTextFormControl::setSelectionRange doesn't need to trigger a synchronous layout
if the text field is already focused since we don't need to call hasVisibleTextArea in that case,
which depends on the dimension of RenderBox.

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