vaadin / flow-components

Java counterpart of Vaadin Web Components
82 stars 63 forks source link

When inside an iron-list, setting HTML doesn't work #1147

Open heruan opened 4 years ago

heruan commented 4 years ago

If the RichTextEditor is inside an IronList item, using asHtml().setValue(html) throws a client error:

(TypeError) : Cannot read property 'clipboard' of undefined
The error has occurred in the JS code: '$0, $1, return $0.dangerouslySetHtmlValue($1)'
heruan commented 4 years ago

In some case I don't get the error, but the editor stays blank.