-
Notifications
You must be signed in to change notification settings - Fork 2k
RTL layout breaks with TextEdit #5546
Copy link
Copy link
Closed
Labels
bugSomething is brokenSomething is broken
Description
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- Set RTL layout.
- Make a TextEdit widget
- When extra size is needed, UI::allocate_rect is called and UI ends up with cursor pointing to the wrong side of TextEdit widget
- Next widget overlaps with TextEdit.
- This happens for just 1 frame unless specific sizes introduce rounding error, leading to extra_size to be non-zero each frame.
Expected behavior
Cursor is pointing to the left side of TextEdit in RTL layout.
Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is broken
