-
Notifications
You must be signed in to change notification settings - Fork 459
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
Markdown isn't showing/rendering after cleaning the page #407
Comments
Thanks for starting an issue with providing the details!
|
Hi Feodor, Thanks for the quick response. Seems that upgrading to 0.1.60 made the trick, and MD is working as needed. Appreciate your work |
hmm but now tested again for your example mentioned here: And seems the scrolling isn't working anymore |
@FeodorFitsner
|
omg, so scrolling has been resolved on flet==0.1.60 by removing |
Not exactly. Before 0.1.60 Markdown control was always wrapped into "ListView" hence the requirement to make it "expand". I updated Markdown examples: |
Description
My app contains multiple logical pages (I am cleaning the page and adding the needed objects for the needed page).
I am using Markdown to render some texts within one of these pages (help page).
I saw that when I run the page containing the markdown object, it renders correctly, but if I go to another page within the same app, and go back to the page containing the Markdown, it shows nothing.
Code example to reproduce the issue:
Describe the results you received:
As said, first click on 'Help page' it shows the below rendered:
If I go to another page, and then come back to 'Help page', it doesn't show the Markdown
Describe the results you expected:
I expect every time to render the Markdown and show the result.
Flet version (
pip show flet
):Name: flet
Version: 0.1.52
Summary: Flet for Python - easily build interactive multi-platform apps in Python
Home-page:
Author:
Author-email: Appveyor Systems Inc. [email protected]
License: MIT
Requires: beartype, repath, websocket-client
Required-by:
Operating system:
macOS
Additional environment details:
NA
The text was updated successfully, but these errors were encountered: