pharo-launcher
pharo-launcher copied to clipboard
On Mac selecting "About" option form the menu - About window will not close.
This happens on both the launcher and the pharo standalone

The red close button does nothing on these.
I add this issue to Pharo issue tracker also: https://github.com/pharo-project/pharo/issues/3036
Thanks!
Sent from my mobile
On Mar 28, 2019, at 4:51 AM, Serge Stinckwich [email protected] wrote:
I add this issue to Pharo issue tracker also: pharo-project/pharo#3036
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Still happens for PharoLauncher and last version of Pharo VM (8.0).
No, the problem is still there :(
Still here as per 2021-01-29. Should this "About" window be changed to use Spec2 instead of Polymorph? (Seems like Spec is missing a simple API for modals (alerts, notifications, confirmations, choices, etc.))
This has nothing to do with Spec but something on how is used.
The purpose of Spec is not to provide Standard Dialogs, but a way for you to build them.
In that sense, the API for modals is the method openModalWithSpec all presenters have, along with the method initializeDialogWindow: all presenters can override to give a better behaviour to the dialogs.
EDIT: In the pointed case is not even a problem of the image but some remnants of the old VM (I guess the new versions will correct that).
Yes, I mistook the apple about and the pharo about...