-
Notifications
You must be signed in to change notification settings - Fork 270
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
UI5Element: set focus on keyboard handling only #3986
Comments
Is there a consideration to make use of the Browser support
|
Hello @boghyon actually we will use :focus-visible pseudo class as suggested by you. Thanks for the interest. Finally, we are about to put this in progress. |
After the initial research and the followed discussions , we decided to make use of the CSS The progress of the topic can be tracked in the following issues distributed by area of component ownership: |
@ilhan007 I enhanced the above JSBin sample (https://jsbin.com/roputeb/edit?html,css,output) with the case where users can move the focus programmatically but forcing the
Browser Support
|
Feature Request Description
We would like to set focus over the focusable web components only on pressing keyboard keys. Currently we apply focus upon mouse interaction (click) as well. So, we would have to distinguish between these two cases and apply focus outline only in the first case.
Proposed Solution
Handle this on UI5Element level so all the components can benefit right away.
Priority
The text was updated successfully, but these errors were encountered: