Bug 97169 - [Forms] multiple fields time input UI should call notifyFormStateChanged() when value of field is changed
Summary: [Forms] multiple fields time input UI should call notifyFormStateChanged() wh...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: yosin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 22:29 PDT by yosin
Modified: 2012-09-19 23:13 PDT (History)
3 users (show)

See Also:


Attachments
Patch 1 (1.75 KB, patch)
2012-09-19 22:47 PDT, yosin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yosin 2012-09-19 22:29:22 PDT
When we dispatch form control change event, other input types calls notifyFormStateChanged(). Time input UI should follow this protocol.

This bug is found by: http://crbug.com/150745, Duplicating current tab is NOT preserving the **input time field data** in latest canary
Comment 1 yosin 2012-09-19 22:47:50 PDT
Created attachment 164843 [details]
Patch 1
Comment 2 yosin 2012-09-19 22:48:46 PDT
Comment on attachment 164843 [details]
Patch 1

Could you review this patch?
Thanks in advance.
Comment 3 Kent Tamura 2012-09-19 23:02:06 PDT
Comment on attachment 164843 [details]
Patch 1

ok
Comment 4 yosin 2012-09-19 23:13:11 PDT
Comment on attachment 164843 [details]
Patch 1

Clearing flags on attachment: 164843

Committed r129095: <http://trac.webkit.org/changeset/129095>
Comment 5 yosin 2012-09-19 23:13:15 PDT
All reviewed patches have been landed.  Closing bug.