[Webkit-unassigned] [Bug 110740] New: Should not return WebTextInputTypeNone for date input element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 02:00:53 PST 2013


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

           Summary: Should not return WebTextInputTypeNone for date input
                    element.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nona at chromium.org
                CC: keishi at webkit.org


In the case of Windows 8, text input state including on-screen keyboard is controlled by the value of WebTextInputType returned from WebViewImpl::textInputType().
In past, it returns WebTextInputTypeDate for date text input but now it returns WebTextInputTypeNone.
WebTextInputTypeNone is used for non editable node, so on-screen keyboard will be hidden if the date text input is focused.

So in the case of Windows 8 tablet without any physical keyboards, tapping up/down arrow is the only way to input date.

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