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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Launch Brackets, and open the brackets src folder. Make sure the Brackets window is not too wide.
Open brackets.js
On ~line 156, put the cursor in setEditorHolder and press Cmd-E. Inline editor opens and a horizontal scrollbar appears in editor (if the horizontal scrollbar isn't visible, make the window narrower until it is shown).
Scroll down to the bottom of the file
Scroll back up and look at the inline editor
Results
The inline editor show an empty vertical scrollbar, no horizontal scrollbar, and the line numbers are indented to the right.
Expected
Inline editor should look the same as when it was first opened.
The text was updated successfully, but these errors were encountered:
Similar to my comment in #2782, we already have code that's supposed to handle refreshing the child editor when a widget gets re-added to the DOM. Perhaps there's a similar underlying bug going on here.
Steps to repro
setEditorHolder
and press Cmd-E. Inline editor opens and a horizontal scrollbar appears in editor (if the horizontal scrollbar isn't visible, make the window narrower until it is shown).Results
The inline editor show an empty vertical scrollbar, no horizontal scrollbar, and the line numbers are indented to the right.
Expected
Inline editor should look the same as when it was first opened.
The text was updated successfully, but these errors were encountered: