[Plain table output]: The PlainTableOutput overrides downcast converters of other features #11394
Labels
package:image
package:table
release:blocker
This issue blocks the upcoming release (is critical).
squad:core
Issue to be handled by the Core team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
Why
This ticket is a follow-up to #11240.
There's a bug in the converter that it affects conversion of
<caption>
elements in other widgets than table.Use this below code (excerpt from
ImageCaptionEditing
):It should override ImageCaptionEditing's converter to produce the
<foobar>
element instead.It works without the
PlainTableOutput
plugin but fails with it (if the order in which plugins are loaded isPlainTableOutput, ImageFooBar
).The text was updated successfully, but these errors were encountered: