WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
111990
INPUT_MULTIPLE_FIELDS_UI: Don't update shadow tree by updating any attribute
https://bugs.webkit.org/show_bug.cgi?id=111990
Summary
INPUT_MULTIPLE_FIELDS_UI: Don't update shadow tree by updating any attribute
Kent Tamura
Reported
2013-03-11 07:01:37 PDT
https://code.google.com/p/chromium/issues/detail?id=179708
Typing '1' then '1' into an hour field doesn't set the field to '11' if an attribute is updated during these two keyboard inputs because we always re-construct a shadow DOM tree by updating any attributes and a shadow node records keyboard input state.
Attachments
Patch
(9.87 KB, patch)
2013-03-11 07:16 PDT
,
Kent Tamura
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kent Tamura
Comment 1
2013-03-11 07:16:16 PDT
Created
attachment 192462
[details]
Patch
Kentaro Hara
Comment 2
2013-03-11 07:28:28 PDT
Comment on
attachment 192462
[details]
Patch Looks OK to me. morrita-san: would you take another look?
WebKit Review Bot
Comment 3
2013-03-17 17:40:31 PDT
Comment on
attachment 192462
[details]
Patch Clearing flags on attachment: 192462 Committed
r146029
: <
http://trac.webkit.org/changeset/146029
>
WebKit Review Bot
Comment 4
2013-03-17 17:40:34 PDT
All reviewed patches have been landed. Closing bug.
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