peterflynn / svg-preview

Brackets extension to live preview SVG files inline as you edit them
46 stars 8 forks source link

Renaming a large SVG scrolls entire Brackets UI upwards #6

Closed lkcampbell closed 9 years ago

lkcampbell commented 10 years ago

OS: Mac OSX Mavericks

Brackets Version: sprint 37 experimental build 0.37.0-12014 (release abbda8dd2)

Extension Version: 1.1.2

Repro Steps:

  1. Open https://gist.github.com/lkcampbell/9923718 in Brackets (big SVG file)
  2. Leave the zoom on 1:1. It should be big enough that is doesn't fit in the Brackets editor space (too much height).
  3. Rename the SVG file.

Observed Results: The entire Brackets UI scrolls upwards after the rename.

Expected Results: The Brackets UI stays in place after the rename.

lkcampbell commented 9 years ago

Confirmed as fixed by the above referenced fix in the core Brackets code. Closing as fixed.