[Webkit-unassigned] [Bug 156500] New: Do not throw when getting selectionDirection/selectionStart/selectionEnd on input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 03:30:23 PDT 2016


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

            Bug ID: 156500
           Summary: Do not throw when getting
                    selectionDirection/selectionStart/selectionEnd on
                    input
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com

See https://github.com/whatwg/html/pull/1006

var input = document.createElement('input');
input.type = 'checkbox';
input.selectionDirection; // should return null
input.selectionStart; // should return null
input.selectionEnd; // should return null

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160412/40aabd18/attachment.html>


More information about the webkit-unassigned mailing list