microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.9k stars 6.59k forks source link

[Color Picker] Activation behavior "Picker and editor" allows to open picker and editor parallel #8337

Open htcfreek opened 4 years ago

htcfreek commented 4 years ago

ℹ Computer information

📝 Provide detailed reproduction steps (if any)

  1. Open settings and configure action behavior 1 (Open Picker with editor enabled).
  2. Press shortcut and click left mouse button to open editor.
  3. Press shortcut to open picker parallel to the open editor window.

✔️ Expected result

Nothing happens.

Or the picker is shown and the editor gets hidden like whe pressing the button in editor.

❌ Actual result

Picker and editor is shown.

📷 Screenshots

cp_option1

Jay-o-Way commented 4 years ago

Actually this makes sense. After all: you press the hotkey to open the color picker. Forcing people to use a hotkey in one moment and then a button the next moment does not make sense, it breaks workflow.

htcfreek commented 4 years ago

Actually this makes sense. After all: you press the hotkey to open the color picker. Forcing people to use a hotkey in one moment and then a button the next moment does not make sense, it breaks workflow.

Okay. But pressing the button hides the editor and pressing the shortcut doesn't hides the editor. And this doesn't make sense.

Jay-o-Way commented 4 years ago

pressing the button hides the editor and pressing the shortcut doesn't hides the editor. And this doesn't make sense.

When you say it like that, you've got a point. I would expect the Editor to hide.

htcfreek commented 4 years ago

pressing the button hides the editor and pressing the shortcut doesn't hides the editor. And this doesn't make sense.

When you say it like that, you've got a point. I would expect the Editor to hide.

Updated bug description.