[Webkit-unassigned] [Bug 174629] WKWebView issue when creating the web component paper-textarea element from document.createElement()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 08:25:11 PDT 2018


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

Paulus Schoutsen <paulus at paulusschoutsen.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paulus at paulusschoutsen.nl

--- Comment #11 from Paulus Schoutsen <paulus at paulusschoutsen.nl> ---
It can be reproduced with the following HTML snippet:

<script type='module'>
  import 'https://unpkg.com/@polymer/paper-input@3.0.0-pre.21/paper-textarea.js?module';

  document.createElement('paper-textarea');
</script>

Also published as CodePen: https://codepen.io/anon/pen/ejwMNN

-- 
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/20180816/6cf19320/attachment.html>


More information about the webkit-unassigned mailing list