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
Set the page layout to RTL (e.g., <html dir="rtl">).
Navigate to the Code Editor experimental page.
Try to type in the editor.
Observe the issue where typing does not work.
What is expected?
The code editor should allow users to type text properly, regardless of whether the layout is LTR or RTL.
What is actually happening?
In RTL mode:
Typing in the editor does not work.
The cursor may behave unexpectedly or not appear in the correct position.
Environment
Info
ng-zorro-antd
19.0.1
Browser
Chrome - Version 131.0.6778.205
The issue seems related to how the code editor integrates with RTL layouts. This might involve adjustments to the underlying editor configuration or CSS styles.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/hexla53p
Steps to reproduce
<html dir="rtl">
).What is expected?
The code editor should allow users to type text properly, regardless of whether the layout is LTR or RTL.
What is actually happening?
In RTL mode:
The issue seems related to how the code editor integrates with RTL layouts. This might involve adjustments to the underlying editor configuration or CSS styles.
The text was updated successfully, but these errors were encountered: