[Webkit-unassigned] [Bug 146515] REGRESSION (r178097): JavaScript TypeError after clicking on compose button in Yahoo Mail
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 1 09:52:27 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146515
--- Comment #1 from Daniel Bates <dbates at webkit.org> ---
We throw a JavaScript TypeError when passing more arguments than required to select.add() and hence break Yahoo's compose editor. In particular, Yahoo mail calls select.add() with the following form, where S is some HTML select element:
select.add(S, undefined, undefined, undefined, undefined)
--
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/20150701/91b6792c/attachment.html>
More information about the webkit-unassigned
mailing list