-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Checkbox: slider
is not clickable in the entire area
#3502
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
Comments
slider
is not clickable in the entire area
I'm not exactly sure what the "hidden" classname does besides negative z-index, but if you remove it from the input element, the slider becomes clickable in the entire area, however this makes the label text have the wrong cursor on hover |
It is possible to fix with given a label |
Ping |
I think that issue is around #3435, we partially handle clicks on |
@layershifter the issue is that the label is with height of Otherwise, if I add it a |
Should I add the min-height to the label in semantic-ui css, or I can add it to inline style of the component. @layershifter WDYT? |
@felixmosh this should be fixed on our side, fix is coming in #3693. |
Bug Report
If you click in the space between the nub & the line it won't trigger the handler
Steps
click in the are of the arrow

Expected Result
It should allow click on the checkbox in that area.
Actual Result
It not clicks there, therefore it is hard to click on the toggle.
Version
0.86.0
Testcase
It should work as the jQuery version that is clickable in that area.
Checkout how it works https://semantic-ui.com/modules/checkbox.html#fitted
The text was updated successfully, but these errors were encountered: