[Webkit-unassigned] [Bug 191306] Automatic link replacement via "Smart links" should emit "insertLink" input events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 21 14:22:39 PST 2020


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

--- Comment #4 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Comment on attachment 388344
  --> https://bugs.webkit.org/attachment.cgi?id=388344
Patch

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

> LayoutTests/fast/events/emit-insertLink-expected.txt:18
> +event.type = beforeinput
> +event.inputType = insertText
> +event.data = www.apple.com 
> +event.type = input
> +event.inputType = insertText
> +event.data = www.apple.com 
> +event.type = beforeinput
> +event.inputType = insertParagraph
> +event.data = null
> +event.type = input
> +event.inputType = insertParagraph
> +event.data = null
> +PASS successfullyParsed is true

Hm...I would've expected to see a line that says `event.inputType = insertLink` here too, instead of just insertText and insertParagraph.

-- 
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/20200121/d679dbac/attachment-0001.htm>


More information about the webkit-unassigned mailing list