Bug 111990 - INPUT_MULTIPLE_FIELDS_UI: Don't update shadow tree by updating any attribute
Summary: INPUT_MULTIPLE_FIELDS_UI: Don't update shadow tree by updating any attribute
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-11 07:01 PDT by Kent Tamura
Modified: 2013-03-17 17:40 PDT (History)
6 users (show)

See Also:


Attachments
Patch (9.87 KB, patch)
2013-03-11 07:16 PDT, Kent Tamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 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.
Comment 1 Kent Tamura 2013-03-11 07:16:16 PDT
Created attachment 192462 [details]
Patch
Comment 2 Kentaro Hara 2013-03-11 07:28:28 PDT
Comment on attachment 192462 [details]
Patch

Looks OK to me.

morrita-san: would you take another look?
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2013-03-17 17:40:34 PDT
All reviewed patches have been landed.  Closing bug.