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
119028
HTMLOptionElement::setText should lazy attach
https://bugs.webkit.org/show_bug.cgi?id=119028
Summary
HTMLOptionElement::setText should lazy attach
Ryosuke Niwa
Reported
2013-07-23 17:00:09 PDT
Consider merging
https://chromium.googlesource.com/chromium/blink/+/2f12738b1289b3c5ab26df2e125e64dfe6453ff0
Doing option.value = "x" would cause a sync attach of the text if there was no Text node there already. Unfortunately Text::setData still causes a sync reattach so if you already have a text node it'll attach right then, but this is one small step closer.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-09-20 04:22:14 PDT
AttachLazily does not exist. Closing now.
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