pharo
pharo copied to clipboard
16436-Using-shortcut-CmdCtrl-W-on-a-window-with-multiple-tabs-closes-the-entire-window-instead-of-focused-tab
Fix #16436
- Adding a closeByShortcut so windows can react different
- Renaming closeTopWindow to closeTopWindowByShortcut
- Adding an entry point so submorphs can collaborate with the window
- ClyGroupWindowMorph can handle the event and remove one of the panes
I have a problem with the generated image.
If I have a message browser with 3 tabs. I do CMD + w and it closes the active tab. Then I do it again. I was expecting the second tab to close because it should be the active one. Instead it did nothing.
Hi @tesonep !
This was fixed here already before the release https://github.com/pharo-project/pharo/pull/16493
I think we can close this one, if needed, please tell we will reopen it.