-
Notifications
You must be signed in to change notification settings - Fork 120
Tooltip gets stuck if visible when closing the pane #362
Comments
Cannot reproduce on Atom 1.11.0-dev-ac75135, Windows 10 x64. I tried using a horizontal split (so left|right). Maybe this is another Classic mode bug? |
Same issue on Windows 10 with Atom 1.10-beta4 and 1.11-dev-bc65aa0 (Electron upgrade branch) so not classic mode bug. I will fool around with settings to see if I can figure out if something specific causes this. |
The tooltip disappears if I resize the Atom window or toggle the menu bar with alt. Stuck otherwise. |
I can't find any specific setting or something causes this, it happens every time I close the pane using the tabs context menu, but not if the pane gets closed in another way for example by closing the last tab with remove empty panes on. |
Can now confirm on Atom 1.12.0-dev-d79690e. |
This is because the |
Prerequisites
For more information on how to write a good bug report or enhancement request, see the
CONTRIBUTING
guide.Description
The tooltip shown when hovering over a tab does not close if it was visible when closing the pane.
Same as #7 only this happens when closing the pane and not the tab.
Steps to Reproduce
I have also seen this when closing the pane from the context menu before the tooltip is visible, it then gets stuck in the top left corner.
Expected behavior: Tooltip to close because tab gets closed.
Actual behavior: Tooltip does not close and is always visible.
Versions
You can get this information from executing
atom --version
andapm --version
at the command line. Also, please include the OS and what version of the OS you're running.Windows 7.
The text was updated successfully, but these errors were encountered: