You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RichEditBox allows to resize images and table rows/columns like the native RichEdit control, even if it doesn't display a resize cursor or adorner (as a side note, it would be nice if it did since it's been supported in WordPad for many years).
However, while they work individually, if you have both an image and a table in the RichEditBox content there are visual glitches, it seems the controls doesn't properly redraw itself (please see the GIF below). Selecting all via Ctrl+A seems partially fix this, but often it's impossible to remove the selection from a table or cell by clicking away from it.
This issue only occurs in WinUI 3, not in UWP/WinUI 2.
Steps to reproduce the bug
I can't find a consistent way to reproduce this (sometimes images work, while for tables always occurs), but generally:
Paste an image or insert it using ITextRange.InsertImage()
Paste a table from Microsoft Word or another word processing software
Try to resize the image and a row or column, alterning between them
Expected behavior
It should work properly as in UWP / WinUI 2.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The RichEditBox allows to resize images and table rows/columns like the native RichEdit control, even if it doesn't display a resize cursor or adorner (as a side note, it would be nice if it did since it's been supported in WordPad for many years).
However, while they work individually, if you have both an image and a table in the RichEditBox content there are visual glitches, it seems the controls doesn't properly redraw itself (please see the GIF below). Selecting all via Ctrl+A seems partially fix this, but often it's impossible to remove the selection from a table or cell by clicking away from it.
This issue only occurs in WinUI 3, not in UWP/WinUI 2.
Steps to reproduce the bug
I can't find a consistent way to reproduce this (sometimes images work, while for tables always occurs), but generally:
Expected behavior
It should work properly as in UWP / WinUI 2.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.1: 1.6.240923002
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: