brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] IP sometimes not displayed after PageUp or PageDown #1019

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by redmunds Monday Jun 11, 2012 at 18:39 GMT Originally opened as https://github.com/adobe/brackets/issues/1025


Noticed in Win7. I could not repro this in CodeMirror or brackets-sprint-8.zip.

  1. Open brackets/src/thirdparty/jquery-1.7.js
  2. Move IP down a few lines using down-arrow key >>> Keep track of where Ip is visually in viewport because >>> IP should be in same place in viewport after pressing PageDown
  3. Press PageDown key >>> Sometimes the IP is displayed (blinking), but sometimes it never displays >>> To verify IP is where it's supposed to be, hold down shift key and press right-arrow
  4. Repeat #3 a dozen or so times >>> Not sure of the pattern, but it doesn't display about half the time >>> until another key is pressed

Recipe also works in reverse using bottom of page with arrow-up and PageUp keys

Expected Result: IP should display

core-ai-bot commented 3 years ago

Comment by jasonsanjose Monday Jun 11, 2012 at 21:11 GMT


Reproduced on 10.7

core-ai-bot commented 3 years ago

Comment by njx Tuesday Jun 12, 2012 at 22:06 GMT


FBNC to@redmunds -- fix is now in adobe/CodeMirror2 master.

core-ai-bot commented 3 years ago

Comment by redmunds Tuesday Jun 12, 2012 at 23:02 GMT


Confirm fixed.