[Webkit-unassigned] [Bug 106422] New: INPUT_MULTIPLE_FIELDS_UI: min/max attributes should not make all fields read-only

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 23:57:13 PST 2013


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

           Summary: INPUT_MULTIPLE_FIELDS_UI: min/max attributes should
                    not make all fields read-only
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ksakamoto at chromium.org
                CC: tkent at chromium.org


Currently, multiple fields ui for input type=date and type=month makes some fields read-only when possible value is limited by min/max attributes.
However, we should not make all the fields read-only even if min and max is the same.
For example, initial value of <input type="date" min="2013-01-09" max="2013-01-09"> is empty, but UI shows 2013-01-09 and user cannot change its value because all the fields are read-only.
User should be able to set/clear value from UI in such case.

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