[Webkit-unassigned] [Bug 138494] collapse api in DOMSelection IDL does not match as per specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 11 09:59:20 PST 2014


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

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 241341
  --> https://bugs.webkit.org/attachment.cgi?id=241341
Patch-Updated-Review1

View in context: https://bugs.webkit.org/attachment.cgi?id=241341&action=review

> Source/WebCore/ChangeLog:10
> +        Chrome 38.

How about Firefox and IE?

> Source/WebCore/page/DOMSelection.idl:44
> +    [RaisesException] void collapse(Node node, [Default=Undefined] optional long index);

Please make sure calling collapse(null) still works (clears selection) as content apparently relies on this:
https://codereview.chromium.org/546703003/

We should add test coverage for this as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141111/a67b52bf/attachment-0002.html>


More information about the webkit-unassigned mailing list