[Webkit-unassigned] [Bug 62262] New: Clicking indeterminate checkbox should flip checkedness state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 7 21:29:49 PDT 2011


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

           Summary: Clicking indeterminate checkbox should flip
                    checkedness state
           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: keishi at webkit.org
                CC: tkent at chromium.org


http://code.google.com/p/chromium/issues/detail?id=76201

Example:
http://jsfiddle.net/9yp4T/
Clicking on this indeterminate checkbox should set checked to true.


The spec says
"The pre-click activation steps consist of setting the element's checkedness to its opposite value (i.e. true if it is false, false if it is true), and of setting the element's indeterminate IDL attribute to false. "
http://www.w3.org/TR/html5/number-state.html#checkbox-state

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