blackberry / VSPlugin

Visual Studio Plugin for BlackBerry Native SDK
9 stars 15 forks source link

[3.0.0015] Unable to close the confirmation dialog using X and Esc buttons #698

Open srinivas4912 opened 9 years ago

srinivas4912 commented 9 years ago

Environment: Windows 8.1 64-bit

Pre-requisite: One target [USB] is to be added Steps to reproduce:

  1. Go to BlackBerry > Options...
  2. Select BlackBerry > Targets
  3. Select the target and click on Remove button
  4. "Remove the device?" dialog appears

Actual Result: Unable to close the dialog using X and Esc buttons

image

pvallabhaneni commented 9 years ago

Same is observed when user tries to un-register the signing keys.

Preq: Register signing keys. Steps to reproduce: click un-register in signing page. Following confirmation dialog appears which is not closed using Escape and Close button is disabled.

1

phofman commented 9 years ago

I use build-in VS-dialogs and can't do much more than specify texts and select buttons.

phofman commented 9 years ago

OK. I replaced the Yes-No dialogs with OK-Cancel ones. In this case the [X] button is enabled and escape key works as expected. Tell me, if you like it better now.