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
When the text area is resized, the number of visible code view lines does not dynamically adjust. This results in unused gray space within the resized editor
How to reproduce
Step 1: Disable auto-height, Set a specific height value (e.g., 450px) for the text area instead of using auto-height.
Step 2: Switch to the source mode.
Step 3: Resize the text area.
Jodit Version: v.4.2.47 (Using playground in xdsoft.net)
Browser: Chrome OS: Windows/Mac/Linux Is React App: False Reproduced on xdsoft.net: True
Expected behavior:
The source code should dynamically adjust to fill the available space when the text area is resized.
Actual behavior:
There is unused gray space within the resized text editor. The number of code view lines does not dynamically adjust when the editor's height is increased.
The text was updated successfully, but these errors were encountered:
When the text area is resized, the number of visible code view lines does not dynamically adjust. This results in unused gray space within the resized editor
How to reproduce
Step 1: Disable
auto-height
, Set a specific height value (e.g., 450px) for the text area instead of usingauto-height
.Step 2: Switch to the
source
mode.Step 3: Resize the text area.
Jodit Version: v.4.2.47 (Using playground in xdsoft.net)
Browser: Chrome
OS: Windows/Mac/Linux
Is React App: False
Reproduced on xdsoft.net: True
Expected behavior:
The source code should dynamically adjust to fill the available space when the text area is resized.
Actual behavior:
There is unused gray space within the resized text editor. The number of code view lines does not dynamically adjust when the editor's height is increased.
The text was updated successfully, but these errors were encountered: