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

BusyIndicator Focus issue #18

Closed
xceedsoftware opened this issue Jul 12, 2017 · 3 comments
Closed

BusyIndicator Focus issue #18

xceedsoftware opened this issue Jul 12, 2017 · 3 comments
Labels

Comments

@xceedsoftware
Copy link
Owner

xceedsoftware commented Jul 12, 2017

brianlagunas[CodePlex]
Hey, first of all, the BusyIndicator is great, and I am using it very successfully in my project. I thought I'd tip you off about one minor problem without though, luckily it is easy to fix.
nbsp
I put my UserControl inside a BusyIndicator and everything worked fine except that I noticed when I used the keyboard to tab out of the last control in my UserControl that the whole Window appeared to have focus. After using Snoop I was able to determine that
it the focus was in the Visual Tree of the BusyIndicator itself. I tried setting IsTabStop=False and Focusable=False on the BusyIndicator itself but that didn't fix it.
nbsp
I fixed it by changing the BusyIndicator's ControlTemplate, specifically I added IsTabStop=False and Focusable=False on the ContentControl that is named quotcontentquot. Then my app's keyboard navigation was back to normal.
nbsp
Just a heads up, thanks again for all your work.
nbsp
Josh

@xceedsoftware
Copy link
Owner Author

JobaDiniz[CodePlex]
I'm hoping to see a fix to this issue in the V1.4, it's really annoying. Nobody has a workaround?

@xceedsoftware
Copy link
Owner Author

brianlagunas[CodePlex]
You were right. This issue was re-introduced into the .NET 4.0 version, but remains corrected in the .NET 3.5 solution. I have re-fixed it.

@xceedsoftware
Copy link
Owner Author

d_weyermann[CodePlex]
The focus issue has been fixed in V1.2. However the fix does not appear in V1.3 and V1.4.

Dominik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant