autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

option to disable autocomplete scrolling?

Open willwhitney opened this issue 8 years ago • 0 comments

Prerequisites

  • [x] Put an X between the brackets on this line if you have done all of the following:
    • Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
    • Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
    • Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
    • Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
    • Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages

Description

It would be good to have the option to disable scrolling on the autocomplete-plus popup and instead pass on the scroll event to the panel underneath. When scrolling an editor, the autocomplete window can move to underneath the cursor, thus interrupting the scroll.

autocomplete scroll block

Since personally I prefer to keep typing rather than scroll the autocomplete window, I'd like to be able to prevent it from capturing scroll events at all.

willwhitney avatar Jul 10 '17 21:07 willwhitney