-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Describe the bug
I am using macOS and I found that when I try to detach a tab in the notebooks.f90 example, the UI essentially freezes and I can only close it. None of the other buttons or notebook tabs work after a drag n drop event. I'm guessing this is an issue with my machine or OS, but was hoping to get some confirmation.
Expected behavior
If I try to detach a tab that the rest of the UI will work afterwards. Note that as far as I can tell/know, every other example works fine on my machine, so odd to me that this specific thing does now work.
To Reproduce
- Open Notebooks example
- Grab a tab with the mouse (doesn't matter which one)
- Move it either off the window or to the other notebook (doesn't matter to me)
- After doing this the UI will become unresponsive; no buttons will work and you can only close the app.
Here is an example of it frozen after I tried to move page two of the bottom notebook off screen. Note how page two is separated from the other two tabs. At this point no widget on the UI is responsive and I must close the app.
Your system:
- OS version: macOS 12.3.1 (apple silicon/M1)
- Compiler version: fortran 12.0.0 20211218 (experimental)
- GTK branch: gtk4
Additional context
I discovered this as I was working on my own UI and I could not figure out why every time I tried to detach a notebook tab that my UI froze. I then checked your example and got the exact same behavior.