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
It seems that on_window_event doesn't trigger after navigating to a new view.
It seems to be a regression - on version 0.10.3 it works, but breaks on 0.12.0.
Describe the results you received:
Original view allows to exit, but once a new view is appeneded then the window X exit button has no effect and doesnt trigger the on_window_event func.
Navigating back to the home view unblocks the exit button.
Describe the results you expected:
Exit should work regardless of view added.
Additional information you deem important (e.g. issue happens only occasionally):
Version 0.10.3 doesn't have this issue
Flet version (pip show flet):
0.12.0
Operating system:
Reproduced on macos + windows 10
Additional environment details:
The text was updated successfully, but these errors were encountered:
Description
It seems that
on_window_event
doesn't trigger after navigating to a new view.It seems to be a regression - on version 0.10.3 it works, but breaks on 0.12.0.
Code example to reproduce the issue:
Describe the results you received:
Original view allows to exit, but once a new view is appeneded then the window X exit button has no effect and doesnt trigger the
on_window_event
func.Navigating back to the home view unblocks the exit button.
Describe the results you expected:
Exit should work regardless of view added.
Additional information you deem important (e.g. issue happens only occasionally):
Version 0.10.3 doesn't have this issue
Flet version (
pip show flet
):Operating system:
Reproduced on macos + windows 10
Additional environment details:
The text was updated successfully, but these errors were encountered: