Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing Tab focus on the last property's value when focusing on the 'Update' in 'Edit Entity' dialog #389

Closed
v-xuanzh opened this issue Jul 6, 2018 · 1 comment
Labels
🧪 testing Found through regular testing ✅ duplicate Issue or pull request already exists

Comments

@v-xuanzh
Copy link

v-xuanzh commented Jul 6, 2018

Storage Explorer Version: 1.3.0
Platform/OS Version: Windows 10/MacOS High Sierra/ Linux Ubuntu 16.04
Architecture: ia32/x64
Build Number: 20180706.1
Commit: 99a0e75f
Regression From: Previous release 1.2.0(20180604.2)

Steps to Reproduce:

  1. Go to subscription -> Storage Accounts.
  2. Create a new table -> Add an entity with only Partition Key and Row Key -> Click 'Edit' button on the toolbar.
  3. Focus on 'Update' using Tab -> Press Tab again.
  4. Check the next focus.

Expected Experience:

The first property name is focused.

Actual Experience:

The last property's value is focused.
tabbing

@v-xuanzh v-xuanzh added the 🧪 testing Found through regular testing label Jul 6, 2018
@craxal
Copy link
Contributor

craxal commented Jul 6, 2018

Looks like this is just a symptom of the "extra tab in dialogs" bug we keep running into (see #162). What's happening here is the window (not the text input) has focus. If you closely, the border is not focused. For some reason, the text of the last text input that had focus is getting highlighted when the window gets focus.

@craxal craxal added the ✅ duplicate Issue or pull request already exists label Jul 6, 2018
@craxal craxal closed this as completed Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧪 testing Found through regular testing ✅ duplicate Issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants