OS: Windows 7 Build: sprint 24 development build 0.24.0-0 (master 58e693b85) Repro Steps: 1. Open [this gist code](https://gist.github.com/lkcampbell/5497547) in Brackets 2. Go to the very last line and do a Quick Edit on foo(). 3. Scroll down to the last line in the Inline Editor. 4. Attempt to read the last long comment by scrolling the Inline Editor horizontally to the right. Observed Behavior: The Inline Editor jumps back to the top of its code the moment the mouse clicks on the horizontal bar. Expected Behavior: The Inline Editor should scroll left and right without a jump so the long comment can be read. Workaround: Click on the last line of inline code, resetting the cursor position in the Inline Editor, then use the horizontal scrolling.
OS: Windows 7
Build: sprint 24 development build 0.24.0-0 (master 58e693b)
Repro Steps:
Observed Behavior:
The Inline Editor jumps back to the top of its code the moment the mouse clicks on the horizontal bar.
Expected Behavior:
The Inline Editor should scroll left and right without a jump so the long comment can be read.
Workaround:
Click on the last line of inline code, resetting the cursor position in the Inline Editor, then use the horizontal scrolling.