-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tab tooltip is obstructing the adjacent tab #19
Comments
Update: clicking on an obstructed tab is actually possible. But I wouldn't see what I am clicking. |
* New settings appearance. * Added an experimental setting that fixes [tooltips placement](tiger4th#19).
I'm not the author but I made some research and figured out the following things. In short: it's not possible for CSS. It's possible for JS though but it requires a lot of tricky code that still will never work smooth. It's not possible for CSS since Atom creates a global tooltip that's placed in the root DOM element and has nothing related to tabs. It's controlled with API inside of the |
Hi tiger4th,
thanks for this plugin! I'm new to Atom and seeing that this is available brightened my day (^o^)/
One thing I keep tripping over is that sometimes I can't click on a tab because another tab's tooltip is obstructing it. This occurs when I am slowly moving the mouse pointer over and down the tabs. I do this quite often when looking for a specific tab to open.
My suggestion would be to display the tooltip to the right of the tab instead of below it. Or to the left when the tabs are on the right side. That way it does not hover over an adjacent tab but instead over the editor.
I imagine this to be a trivial css fix – but then again, I don't know anything about development for Atom, yet (^_^)'
What do you think?
Cheers, Raffael
The text was updated successfully, but these errors were encountered: