-
Notifications
You must be signed in to change notification settings - Fork 784
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
tooltips stop appearing when a widget is maximized #5083
Comments
Add |
There will be an update in the next version, so this won't be necessary in the future. |
Ah great. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Before I maximize any widget tooltips work fine within the Header of my app:
And within my main Datatable (these are assigned dynamically by watching the Datatable's 'hover_coordinate'):
I have a link which maximizes the Container that contains the Datatable ("ALLOW_MAXIMIZE" is set on the link's Label and on the Container), and I make the app's header appear in maximized view still by setting:
self.app.screen.ALLOW_IN_MAXIMIZED_VIEW = "MyHeader"
When I'm in maximized view the tooltips just stop appearing:
(if it's useful I can see that the watch method watching hover_coordinate is still being triggered in maximized view. There's no interruption in other events - for eg changing the value in an Input still works etc)
The text was updated successfully, but these errors were encountered: