We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
message
Grey screen when using Tooltip with no message property, for exemple, tooltip=ft.Tooltip() or tooltip=ft.Tooltip(enable_feedback=True).
tooltip=ft.Tooltip()
tooltip=ft.Tooltip(enable_feedback=True)
Works ok with empty string: tooltip=ft.Tooltip(message="", enable_feedback=True)
tooltip=ft.Tooltip(message="", enable_feedback=True)
import flet as ft def main(page: ft.Page): page.title = "Tooltip example" text = ft.Text("Text with tooltip", tooltip=ft.Tooltip()) page.add(text) ft.app(main)
Expecting to see Text with no tooltip.
[Upload media here]
macOS
0.25.2
I'm not sure / I don't know
No response
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
Tooltip.message
ndonkoHenri
Successfully merging a pull request may close this issue.
Duplicate Check
Describe the bug
Grey screen when using Tooltip with no message property, for exemple,
tooltip=ft.Tooltip()
ortooltip=ft.Tooltip(enable_feedback=True)
.Works ok with empty string:
tooltip=ft.Tooltip(message="", enable_feedback=True)
Code sample
Code
To reproduce
Expected behavior
Expecting to see Text with no tooltip.
Screenshots / Videos
Captures
[Upload media here]
Operating System
macOS
Operating system details
macOS
Flet version
0.25.2
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: