Bug 127832 - Changing selection shouldn't trigger synchronous layout or style recalc
Summary: Changing selection shouldn't trigger synchronous layout or style recalc
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 127834 127986 128421 128439 128441 128478 128481 128587 128797 128804 128806 128878 128879 128881 128949 128951 128953 128993 129024 129026 129034 142015
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-28 23:39 PST by Ryosuke Niwa
Modified: 2017-03-11 03:52 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-01-28 23:39:20 PST
Don't synchronously update layout when updating text form control's value.

Basically avoid triggering layout synchronously inside HTMLTextFormControlElement::setSelectionRange.

<rdar://problem/15933598>
Comment 1 Ryosuke Niwa 2014-02-17 20:19:30 PST
Widening the scope of this meta bug.
Comment 2 Ryosuke Niwa 2014-02-19 01:07:53 PST
Widening the scope of this bug again.
Comment 3 David Kilzer (:ddkilzer) 2017-03-11 03:52:48 PST
Seems like this could be closed as all dependent bugs are resolved.