Incorrect marker conversion (highlights) on some view elements #10425
Labels
package:engine
package:image
package:table
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Image captions and table cells do not receive attributes when marker on them is converted. It turns out that features providing those view elements use
setHighlightHandling()
but those features have outdatedaddHighlight
andremoveHighlight
functions. We already fixed (improved) those methods for the default widget utiltoWidget()
. However, since those features do not usetoWidget()
they have incorrect highlighting.The text was updated successfully, but these errors were encountered: