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

How to prevent/disable the tabstop indicator #181

Open
granicz opened this issue May 19, 2020 · 2 comments
Open

How to prevent/disable the tabstop indicator #181

granicz opened this issue May 19, 2020 · 2 comments

Comments

@granicz
Copy link

granicz commented May 19, 2020

Say I have a treeview, such as the one in https://dojotoolkit.org/reference-guide/1.10/dijit/Tree.html#context-menu

Clicking outside an item but inside the tree gives me a blue tabstop for a short while before it disappears. Is there a way to disable that?

@msssk
Copy link
Contributor

msssk commented May 20, 2020

Can you provide more details on what you are seeing? Perhaps screenshots with a description and browser information?

The Tree widget is not designed to have any empty space. Each item occupies the entire horizontal space of the tree, and there is no vertical space between items. Clicking anywhere within a tree results in clicking on an item, and when you click on an item it receives focus, which most browsers indicate visually with a blue outline.

@granicz
Copy link
Author

granicz commented Jul 15, 2020

Sorry for the delay. So yes, I would like to disable that tabstop and the browser outline with it.

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

No branches or pull requests

2 participants