Bug 111990

Summary: INPUT_MULTIPLE_FIELDS_UI: Don't update shadow tree by updating any attribute
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, haraken, mifenton, morrita, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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
Kent Tamura
Comment 1 2013-03-11 07:16:16 PDT
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.