Replies: 4 comments 3 replies
-
Thank you for your issue. Give us a little time to review it. PS. You might want to check the FAQ if you haven't done so already. This project is developed and maintained by Will McGugan. Consider sponsoring Will's work on this project (and others). This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
-
It isn't clear to me what you are trying to achieve. It certainly doesn't seem to get stuck in any way I can see. Could you perhaps reduce that code so it shows the issue and no more? Something to note, you should be using |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried to shorten it a bit. The remaining code is necessary to reproduce the behaviour. If I open the OnFocusScreen directly from the main app instead of going through the OnClickScreen, everything works as expected. I can click the "A" button to return to the main app. It seems the problem is only present if I open the OnFocusScreen via the OnClickScreen. |
Beta Was this translation helpful? Give feedback.
-
Just commented on the PR. Problem is fixed. Thanks a lot for the awesome fast fix. And by the way: also thanks a lot for "textual" in total. It is really awesome. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
to be honest I'm not sure if I found a bug or if I'm doing something wrong. I checked the FAQs and the manual but could not find anything.
The bug
Using the below minimal example (stripped down from my actual programm), I'm creating multiple screens on top of each other.
Clicking the "click me" button will open a new screen. In then screen I want to push a new screen when entering the second "Input" with the text "blub1; blub2".
As soon as I focus on the Input, the new screen is pushed.
But from that moment on I can not do anything anymore, the app is basically stuck.
I'm using textual 3.5.0 (and 3.2.0) and I know it worked once with an older version (2.1.2)
The minimal example is:
Thanks a lot for your help.
Beta Was this translation helpful? Give feedback.
All reactions