You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for string tooltip : not surrounded by doublequotes
for ft.Tooltip : display only the content of message value
Screenshots / Videos
Captures
with ft.tooltip:
![image](https://github.com/user-attachments/assets/0d2e3379-9c15-4ee3-bebd-62cad5d83baf)
with string tooltip:
![image](https://github.com/user-attachments/assets/6ce744bc-8df2-4a0b-a66e-c196d466916b)
Operating System
Windows
Operating system details
w11
Flet version
0.24.0
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
string tooltip were not surrounded by doublequotes on flet 0.22
The text was updated successfully, but these errors were encountered:
Duplicate Check
Describe the bug
Tooltip for IconButton don't work as expected
With a string as tooltip, displayed tooltip is sourrounded by double quotes
With ft.Tooltip as tooltip, displayed tooltip is like "{"message": xxx}"
Code sample
Code
To reproduce
simply run above code and over the iconbuttons
Expected behavior
for string tooltip : not surrounded by doublequotes
for ft.Tooltip : display only the content of message value
Screenshots / Videos
Captures
with ft.tooltip: ![image](https://github.com/user-attachments/assets/0d2e3379-9c15-4ee3-bebd-62cad5d83baf) with string tooltip: ![image](https://github.com/user-attachments/assets/6ce744bc-8df2-4a0b-a66e-c196d466916b)Operating System
Windows
Operating system details
w11
Flet version
0.24.0
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
string tooltip were not surrounded by doublequotes on flet 0.22
The text was updated successfully, but these errors were encountered: