[Webkit-unassigned] [Bug 95525] New: [Forms] Blur from field should reset typeahead buffer in multiple fields time input UI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 30 20:38:01 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95525

           Summary: [Forms] Blur from field should reset typeahead buffer
                    in multiple fields time input UI
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org
        Depends on: 95168


When following scenario in one second, we expect the value is "00:02:34" but actual value is "00:12:34".

1. Move focus to minute field in <input type="time" value="00:00:34">
2. Type "1" to set value "00:01:34"
3. Hit Tab key to move focus to second field
4. Hit Shift+Tab key to move focus to minute field
5. Type "2"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list