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 will two shells. One shows a Table control. Selecting something in the table will show a brief summary in the terminal. The other shows a button. Clicking that will show a directory chooser.
select different rows in the table
-> the terminal will show a selection summary
in the second shell, click the button to open the directory chooser
keep the directory chooser open and switch back to the first shell
select different rows in the table
-> the terminal will not show anything
select different rows in the table
close the directory chooser
-> now the terminal spits out the cached selection events
Expected behavior
Either the other shell's listeners should behave correctly (similar to no shown directory chooser). Or show the directory chooser application modal.
Screenshots
Environment:
Select the platform(s) on which the behavior is seen:
All OS
Windows
Linux
macOS
Additional OS info (e.g. OS version, Linux Desktop, etc)
Windows 11 23H2
Workaround (or) Additional context
No known workaround.
The text was updated successfully, but these errors were encountered:
Describe the bug
If a directory chooser is shown on top of one shell, the event handling of other shells is dysfunctional.
To Reproduce
Run this snippet:
It will two shells. One shows a Table control. Selecting something in the table will show a brief summary in the terminal. The other shows a button. Clicking that will show a directory chooser.
Expected behavior
Either the other shell's listeners should behave correctly (similar to no shown directory chooser). Or show the directory chooser application modal.
Screenshots
Environment:
Windows 11 23H2
Workaround (or) Additional context
No known workaround.
The text was updated successfully, but these errors were encountered: