Results 5 comments of Tom Loos

Seems like the issue is more specifically with the upcast conversion: ``` conversion.for('upcast').elementToElement({ model: 'buttonPreview', view: { name: 'button', }, }); ``` Not really sure how to re-work this code...

@lal65 I haven't had a chance to look more into this, but I pulled down your code into Drupal and the issue you are seeing is the same thing that...

I've been taking another look at this again this week... @lauriii what is interesting is originally it looked like this was a general html support related bug...but I noticed this...

> The simplest workaround is to tell GHS not to process button element, but this come with the side-effect that GHS won't process additional attributes for the button element. >...

@sascha-meissner Very clever! That does work for me, but one problem I'm still trying to solve using that method is how to dynamically get an attribute value to use as...