pharo icon indicating copy to clipboard operation
pharo copied to clipboard

16436-Using-shortcut-CmdCtrl-W-on-a-window-with-multiple-tabs-closes-the-entire-window-instead-of-focused-tab

Open tesonep opened this issue 1 year ago • 1 comments

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

tesonep avatar Apr 16 '24 12:04 tesonep

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.

jecisc avatar Apr 16 '24 19:04 jecisc

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.

guillep avatar May 21 '24 15:05 guillep