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
confirm dialogs with a button on the left side (which follows european reading order to have first primary action on left)
cancel dialogs with a button on the right side
and which is the usual way for platforms like LINUX and WINDOWS.
Now in Pharo 12 it looks like the confirmation has been changed to do it exactly the other way around.
cancel dialogs with a button on the left side
confirm dialogs with a button on the right side
which seems to align with Apples macOS style.
**This is breaks the flow, is now really strange and painful for every developer used to the other platforms and the previous "clicking" style of Pharo. **
Unfortunately there is no setting to get back to the original situation for those who are used to it while allowing the current order for people who are used to Apple.
For the label area of windows Pharo offers already a setting to distinguish between macOS and Linux/Windows style.
Havent checked how the new dialog is done - but I expect it to be done with Spec2. So maybe it is a reusable part so such a setting and button order switch could be provided centrally and in a reusable way.
The text was updated successfully, but these errors were encountered:
The order of button was not always the same in all Pharo applications and this is something we want to improve.
For Pharo 12 a first step that Estaban did was to make sure the order was the same for all the Pharo tools.
The long term goal would be to add a configuration indeed once we will have only one way used to declare an action button and a cancel button
In Pharo up to version 11 one was able to
and which is the usual way for platforms like LINUX and WINDOWS.
Now in Pharo 12 it looks like the confirmation has been changed to do it exactly the other way around.
which seems to align with Apples macOS style.
**This is breaks the flow, is now really strange and painful for every developer used to the other platforms and the previous "clicking" style of Pharo. **
Unfortunately there is no setting to get back to the original situation for those who are used to it while allowing the current order for people who are used to Apple.
For the label area of windows Pharo offers already a setting to distinguish between macOS and Linux/Windows style.
Havent checked how the new dialog is done - but I expect it to be done with Spec2. So maybe it is a reusable part so such a setting and button order switch could be provided centrally and in a reusable way.
The text was updated successfully, but these errors were encountered: