Skip to content
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

Grey screen when using Tooltip with no message property #4725

Open
1 task done
InesaFitsner opened this issue Jan 16, 2025 · 0 comments · May be fixed by #4736
Open
1 task done

Grey screen when using Tooltip with no message property #4725

InesaFitsner opened this issue Jan 16, 2025 · 0 comments · May be fixed by #4736
Assignees
Labels
bug Something isn't working

Comments

@InesaFitsner
Copy link
Contributor

Duplicate Check

Describe the bug

Grey screen when using Tooltip with no message property, for exemple, tooltip=ft.Tooltip() or tooltip=ft.Tooltip(enable_feedback=True).

Works ok with empty string: tooltip=ft.Tooltip(message="", enable_feedback=True)

Code sample

Code
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)

To reproduce

  1. Run the repro code.
  2. See grey screen

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

3 participants