Setting a class
attribute on model elements breaks Widget handling
#6601
Labels
domain:dx
This issue reports a developer experience problem or possible improvement.
package:engine
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:bug
This issue reports a buggy (incorrect) behavior.
📝
If you set a
class
attribute on a model element, then try to usetoWidget
ortoWidgetEditable
in the editingDowncast converter, theck-widget
class will be removed before the element is rendered in the editing view.It took me a long time to figure this out, so I'd like to make sure it gets documented somewhere (assuming this is not a bug).
Example:
I'm happy to do a documentation update PR, but I'm not sure where is a good place to put this information. Any ideas?
The text was updated successfully, but these errors were encountered: