Issue by niteskum
Friday Jul 27, 2018 at 14:34 GMT
Originally opened as adobe/brackets#14492
ping@boopeshmahendran for review
For ExtractToVariable If selection range is not in view It scrolls to bring selected text in view, and It triggers scroll event , and scroll event handler closes all dropdown menu.
so to fix this issue. in Mouse Hover listener of Inline Menu, attached a handler to scroll Event, that reopen the inline Menu. If it has been closed due to scrolling triggered Inline Menu Itself.
niteskum included the following code: https://github.com/adobe/brackets/pull/14492/commits
Friday Jul 27, 2018 at 14:34 GMT
Originally opened as adobe/brackets#14492
ping
@boopeshmahendran for reviewFor ExtractToVariable If selection range is not in view It scrolls to bring selected text in view, and It triggers scroll event , and scroll event handler closes all dropdown menu.
so to fix this issue. in Mouse Hover listener of Inline Menu, attached a handler to scroll Event, that reopen the inline Menu. If it has been closed due to scrolling triggered Inline Menu Itself.
niteskum included the following code: https://github.com/adobe/brackets/pull/14492/commits