We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the math mode of RichEditBox, the last row of a matrix with 3 rows disappears if content is added to the first row.
RichEditBox
Equations: ⁅■8(&&@&&@&&)⁆, ⁅■8(1&2&3@&&@&&)⁆, ⁅■8(1&2&3&4@&&&@&&&)⁆
⁅■8(&&@&&@&&)⁆
⁅■8(1&2&3@&&@&&)⁆
⁅■8(1&2&3&4@&&&@&&&)⁆
The matrix can display correctly if the first row is left empty, or something larger is entered:
Equations: ⁅■8(&&@4&5&6@1&2&3)⁆, ⁅■8(1&2&3@&&@&&)+■8(1@2@3@4)⁆, ⁅■8(1&2&3@&&@&&)+∑_𝑖⁆
⁅■8(&&@4&5&6@1&2&3)⁆
⁅■8(1&2&3@&&@&&)+■8(1@2@3@4)⁆
⁅■8(1&2&3@&&@&&)+∑_𝑖⁆
This issue only affects matrices of 3 rows. Matrices of other sizes can be displayed correctly:
Equation: ⁅■8(1&2&3&4@&&&@&&&@5&6&7&8)⁆, ⁅■8(1&2&3@&&@&&@4&5&6)⁆
⁅■8(1&2&3&4@&&&@&&&@5&6&7&8)⁆
⁅■8(1&2&3@&&@&&@4&5&6)⁆
<RichEditBox x:Name="editor" Width="800" Height="500 />
public sealed partial class MainWindow : Window { public MainWindow() { InitializeComponent(); editor.Document.SetMathMode(RichEditMathMode.MathOnly); } }
Screenshots from OneNote:
No response
WinUI 3 - Windows App SDK 1.7 Preview 1: 1.7.250208002-preview1
Windows 11 (24H2): Build 26100
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the math mode of
RichEditBox
, the last row of a matrix with 3 rows disappears if content is added to the first row.Equations:
⁅■8(&&@&&@&&)⁆
,⁅■8(1&2&3@&&@&&)⁆
,⁅■8(1&2&3&4@&&&@&&&)⁆
The matrix can display correctly if the first row is left empty, or something larger is entered:
Equations:
⁅■8(&&@4&5&6@1&2&3)⁆
,⁅■8(1&2&3@&&@&&)+■8(1@2@3@4)⁆
,⁅■8(1&2&3@&&@&&)+∑_𝑖⁆
This issue only affects matrices of 3 rows. Matrices of other sizes can be displayed correctly:
Equation:
⁅■8(1&2&3&4@&&&@&&&@5&6&7&8)⁆
,⁅■8(1&2&3@&&@&&@4&5&6)⁆
Steps to reproduce the bug
RichEditBox
with a reasonable size to the page.RichEditBox
to math mode.Expected behavior
Screenshots from OneNote:
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.7 Preview 1: 1.7.250208002-preview1
Windows version
Windows 11 (24H2): Build 26100
Additional context
No response
The text was updated successfully, but these errors were encountered: