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

SAK-43016 - Cannot logout using only KB #7778

Merged
merged 2 commits into from
Jan 20, 2020

Conversation

jonespm
Copy link
Contributor

@jonespm jonespm commented Jan 18, 2020

Looks like this was changed from 999 to 0 in https://jira.sakaiproject.org/browse/SAK-40135 but that still makes it a div that has no interaction, just making this -1 to skip over it and onto the actual link.

@ottenhoff
Copy link
Contributor

ottenhoff commented Jan 18, 2020

Maybe you should just be deleting the tabindex on the div?

If you set the tabindex attribute on a <div>, then its child content cannot be scrolled with the arrow keys unless you set tabindex on the content, too. Check out this fiddle to understand the scrolling effects of tabindex.

@jonespm
Copy link
Contributor Author

jonespm commented Jan 18, 2020

Ya that looks like it works too, thanks @ottenhoff

@mpellicer mpellicer merged commit adddc1b into sakaiproject:master Jan 20, 2020
ern pushed a commit that referenced this pull request Feb 5, 2020
* SAK-43016 - Cannot logout using only KB

* SAK-43016 - Removing tab index from code review

(cherry picked from commit adddc1b)
@jonespm jonespm deleted the SAK-43016 branch October 13, 2020 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants