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 was archived by the owner on Sep 6, 2021. It is now read-only.
Build: sprint 30 development build 0.30.0-0 (master 60dc6b7)
Background: This issue shares some similarities to issues #4862 and #4778, but it looks at repetitive up and down arrow navigation (i.e. holding the arrow key down, no selection involved) with, and without, Highlight Active Line enabled. Also, like issues #4862 and #4778, this issue appears to be new with Sprint 30. In Sprint 29, repetitive up/down arrow navigation is smooth in both cases.
Repro Steps:
Open src/editor/Editor.js in Brackets.
Make sure Highlight Active Line is on.
Goto line 1, then attempt to navigate to a higher line (say, 150 or 200) by holding down the down arrow key, causing repetitive down arrow key strokes.
As a comparison, turn off the Highlight Active Line setting and repeat step 3.
Observed Behavior:
Navigation with Highlight Active Line on is much more jumpy than when Highlight Active Line is off. It may not even be possible to accurate navigate to the higher line number in this manner.
Expected Behavior:
Navigation should be smooth in both cases. No difference between having Highlight Active Line turned on or off.
Spun off of discussion in issue #3191.
OS: Windows 7
Build: sprint 30 development build 0.30.0-0 (master 60dc6b7)
Background: This issue shares some similarities to issues #4862 and #4778, but it looks at repetitive up and down arrow navigation (i.e. holding the arrow key down, no selection involved) with, and without, Highlight Active Line enabled. Also, like issues #4862 and #4778, this issue appears to be new with Sprint 30. In Sprint 29, repetitive up/down arrow navigation is smooth in both cases.
Repro Steps:
Observed Behavior:
Navigation with Highlight Active Line on is much more jumpy than when Highlight Active Line is off. It may not even be possible to accurate navigate to the higher line number in this manner.
Expected Behavior:
Navigation should be smooth in both cases. No difference between having Highlight Active Line turned on or off.