-
Notifications
You must be signed in to change notification settings - Fork 588
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
local branch of Print Dropdown for Docs (Outlines/Color) #5927
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would cause a minor keyboard accessibility regression; should probably fix that before deploying
docfiles/docs.js
Outdated
window.print(); | ||
}) | ||
$('#printbtn').dropdown({ | ||
action: function(text, value) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't seem to activate on space bar in chrome, only enter key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still the case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, still won't activate on space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took a stab at fixing this but couldn't find a working solution. It's even broken on semantic UI's demo page: https://semantic-ui.com/modules/dropdown.html#/examples
I vote we punt this to another work item
Co-Authored-By: Joey Wunderlich <[email protected]>
Co-Authored-By: Joey Wunderlich <[email protected]>
…o toledoal-print
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs fixing still but I'll do it later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
See #5515