CCM 7.2 Bug with escape key

hit escape in any drop down in a deployment task and it reverts to the top option

Somehow I also had tasks reverting to the top option for authentication (local as current service users)) without doing this or saving after upgrade from 7.1.1 to 7.2.(it was just changing itself) The task would then fail when run because that setting doesn’t work with what i was doing

Thanks, so this is when using the desktop Certify Certificate Manager app and not Certify Management Hub?

[edit: looks like there may be a related .net bug: ComboBox resets selected item to the first one on Esc key press when the drop-down is closed · Issue #10767 · dotnet/wpf · GitHub]

yep the certificate manager, I don’t use the hub yet so not sure if its the same.

Thanks, I’ve updated the bug with microsoft but you should assume the chances of them fixing it are close to zero and avoid using escape on dropdown lists.

We could possibly go through every list in the app and wire up a special handler to workaround the problem but that could create more problems than it solves.