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

Caret disappear when TextBox got focus using Keyboard #3991

Closed
na2axl opened this issue May 25, 2020 · 0 comments · Fixed by #4076
Closed

Caret disappear when TextBox got focus using Keyboard #3991

na2axl opened this issue May 25, 2020 · 0 comments · Fixed by #4076

Comments

@na2axl
Copy link

na2axl commented May 25, 2020

Sorry, I don't know if the issue title is right. I encounter an issue when I'm using the Keyboard (the Tab key) to navigate over TextBoxes, but when a text box got focused by this way, the caret doesn't appear, but the text box is focused.

An example:

  1. Create a Grid or any other Panel with many TextBoxes in it.
  2. Click on the first TextBox, the caret appear, the TextBox is focused.
  3. Press the Tab key to navigate to the next TextBox:
    a. If this TextBox has no content, the caret appear, the TextBox is focused;
    b. If this TextBox already has a content, the whole content is selected, the caret doesn't appear, the TextBox is focused. Clicking on this TextBox don't make the caret appear (I think is because the TextBox is already focused). The content can be edited but without caret.
  4. The same behavior in 3 is reproduced for next and previous TextBoxes when continuing the Tab navigation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant