brackets-archive / bracketsIssues

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

Editor scrolls when you drag a file/folder near its top or bottom #12350

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by peterflynn Monday Aug 05, 2013 at 22:01 GMT Originally opened as https://github.com/adobe/brackets/issues/4657


  1. Open a longish file and scroll to somewhere near the middle
  2. Open an OS folder view
  3. Drag a file over the Brackets window, near the top or bottom edge of the editor

Result: If file near top edge, editor scrolls up fairly quickly. If file near bottom edge, editor scrolls down fairly quickly. (Oddly, on Mac it only seems to repro along the top edge...)

Expected: Scroll position is preserved.

I'm guessing this is happening because CM is still listening to the browser's drag & drop events even though CM's text drag & drop functionality has been disabled.

core-ai-bot commented 3 years ago

Comment by JeffryBooher Friday Oct 04, 2013 at 07:45 GMT


Opening to@RaymondLim since it seems as though it's drag and drop related