Bug 127832

Summary: Changing selection shouldn't trigger synchronous layout or style recalc
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: barraclough, darin, enrica, sam, zoltan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 127834, 127986, 128421, 128439, 128441, 128478, 128481, 128587, 128797, 128804, 128806, 128878, 128879, 128881, 128949, 128951, 128953, 128993, 129024, 129026, 129034, 142015    
Bug Blocks:    

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.