WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
118038
HTMLInputElement should lazyAttach on type change
https://bugs.webkit.org/show_bug.cgi?id=118038
Summary
HTMLInputElement should lazyAttach on type change
Ryosuke Niwa
Reported
2013-06-25 23:40:56 PDT
Consider merging
https://chromium.googlesource.com/chromium/blink/+/39f61bf890997b6117b63de085856d2ff591915b
HTMLInputElement::updateType should use lazyAttach instead of attach and should schedule the focus appearance update for the future instead of doing it synchronously. This should make setting the type faster, though we still create the Shadow DOM subtree which is likely to dominate. This is another step in getting everyting to lazyAttach.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-09-24 02:04:52 PDT
rniwa@webkit.org
- I looked into it and I think we cannot merge this since HTMLInputElement code has changed significantly and this patch does not have any patch to verify in what issue this is trying to fix. Can we mark this as "RESOLVED WONTFIX"? Thanks!
Ryosuke Niwa
Comment 2
2022-09-26 20:20:15 PDT
lazyAttach isn't a thing anymore.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug