With the ongoing efforts to support monitor specific scaling and the planned deprecation of Display#getDPI(), the RichTextEditor and the RichTextViewer need to be updated.
There is a discussion in the NatTable repository and also a discussion in a ticket in SWT
It turned out that the inconsistencies are likely issues related to "magic numbers" in the richtext code and some issues with the ckeditor on Edge. At least it looks like this and can be solved there.
With the ongoing efforts to support monitor specific scaling and the planned deprecation of
Display#getDPI(), theRichTextEditorand theRichTextViewerneed to be updated.There is a discussion in the NatTable repository and also a discussion in a ticket in SWT
It turned out that the inconsistencies are likely issues related to "magic numbers" in the richtext code and some issues with the ckeditor on Edge. At least it looks like this and can be solved there.