RonnyDo / ColorPicker

A color picker for elementaryOS.
GNU General Public License v3.0
107 stars 28 forks source link

After Clicking on Choose Color there should be a way for canceling #27

Closed snowparrot closed 6 years ago

snowparrot commented 7 years ago

After I clicked on "Choose Color" - Button there is no way of canceling it ( Or it isn't written anywhere).

RonnyDo commented 7 years ago

Yes, it can be cancelled by pressing ESC. Since It isn't documented anywhere this is a valid issue. I'll probably gonna document it in the about-section, once there is one. I won't like to display a message like "press ESC to cancel" or somewhat, because native apps, like screenshot, display it neither. Thanks for the report!

snowparrot commented 7 years ago

@RonnyDo I would like to add Right Click for Canceling.

RonnyDo commented 6 years ago

@snowparrot could you may provide an example where the right button is used to cancel a dialog. That wouldn't be intuitive for most of the users IMHO. But thanks anyway!

snowparrot commented 6 years ago

I suppose in Computer Games. It was the first reaction in my mind to cancel this kind of interaction.

RonnyDo commented 6 years ago

Since I can't see that it would distract the usability somehow and it's actually quite simple to implement, I'm going to implement it. Thanks for sharing the idea!