[Webkit-unassigned] [Bug 96035] New: Page javascript cannot detect partial input in time input control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 16:08:58 PDT 2012


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

           Summary: Page javascript cannot detect partial input in time
                    input control
           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: dmazzoni at google.com
                CC: yosin at chromium.org


The new time input control has the issue that while the user is typing, the page JavaScript is unable to access the partial value. This is different from the old behavior, where a value was returned unless it was invalid.

This will break accessibility on Chrome OS, since accessibility for html form controls is implemented using pure JavaScript APIs.

I propose we add a webkit-prefixed attribute, like webkitRawValue, where you can access whatever the user typed, even if invalid. We can propose this as a W3C standard.

-- 
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