Sublime Forum

Bookmarks are disappearing when scrolling file view

#1

Hi!
After latest update (I am on the Version 3.0, Build 3143) bookmarks are sometimes disappearing when you are scrolling page vertically. They reappear when file view is scrolled horizontally.

Here is a little screencast

Steps (on this screencast I am using this file, but this happens on any file https://gist.github.com/chestozo/6b3cf5a7e162445ad435b2f4f5349c2e):

  • open the file
  • go to the line 9
  • put your cursor after "var " before “brackets”
  • add bookmark using the Cmd+B shortcut
  • go to the end of the word “brackets”
  • replace final “s” with “S” (this is just an example of how I could reproduce it; I am sure this step is redundant and you can achieve the same effect without doing this)
  • add another bookmark with a shortcut Cmd+B straight after “S”
  • now you have 2 bookmarks on the same line (which is not required as I could see disappearing single bookmarks too)
  • scroll the page all the way down (maybe this is important - I have this sublime setting set “scroll_past_end”: true)
  • scroll up the page
  • RESULT: bookmark icon is not visible
  • now you can scroll horizontally and you will see the icon reappear
1 Like

#2

this has been fixed in build 3153:

1 Like

#3

That is great!
When we should expect this published in a stable build?

0 Likes