PixiEditor / ColorPicker

Customizable Color Picker control for WPF and AvaloniaUI
https://pixieditor.net/colorpicker
MIT License
247 stars 25 forks source link

popup is not keyboard focusable / cannot close with keyboard #28

Closed tonyhallett closed 9 months ago

Equbuxu commented 2 years ago

After some googling it seems like this is a quirk of WPF, a fix would require making an attached behavior that sets the focus manually. I'll ignore this for now but it's definitely something that will need to be fixed eventually

tonyhallett commented 2 years ago

Agreed. Quirk is one word for it. I have a couple of behaviours that do the trick. Handle the opened event and focus accordingly.

flabbet commented 9 months ago

Closing due to inactivity