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
tooltip on IconButton shows unicode strings not actual strings, the example also not show the correct value if not English.
def get_button(icon: str, func: Any, tooltip: str = "") -> ft.IconButton: return ft.IconButton( icon=getattr(ft.icons, icon.upper()), style=ft.ButtonStyle( shape=ft.RoundedRectangleBorder(radius=0), ), on_click=func, tooltip=tooltip, ) get_button("remove", self.click_min, "最小化")
[Paste your code here]
change the tooltip to non-English strings. https://flet.dev/docs/controls/iconbutton#icon-buttons
No response
[Upload media here]
Windows
Windows 11
0.24
No, it isn't
[Paste your logs here]
The text was updated successfully, but these errors were encountered:
Tooltip
IconButton
FloatingActionButton
PopupMenuButton
I think this should have been fixed in #3920.
Can you try the latest prerelease: pip install Flet -U --pre
pip install Flet -U --pre
Sorry, something went wrong.
yes, pre version fixed.
Successfully merging a pull request may close this issue.
Duplicate Check
Describe the bug
tooltip on IconButton shows unicode strings not actual strings, the example also not show the correct value if not English.
codes like below
Code sample
Code
To reproduce
change the tooltip to non-English strings.
https://flet.dev/docs/controls/iconbutton#icon-buttons
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
Windows 11
Flet version
0.24
Regression
No, it isn't
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: