-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Checkbox lists are not displayed correctly in builds 460 - 461 #4823
Comments
Code that fixes the above is taken directly from my pr:
Add the above PR code and you get this screenshot: Extra code to fix an extra issue: into this: Fixes the checkboxes with scroll and adds a header control box. Also add this code: .field-checkboxlist-scrollable .control-scrollbar.drag-scrollbar.vertical {
padding-left: 5px;
}
.field-checkboxlist.is-scrollable .checkboxlist-controls {
background: #fff;
border: 1px solid #e2e2e2;
}
(Wait for admins to review as @daftspunk changed my pr code) But at least this is a working solution in this comment. |
@ayumi-cloud could you submit a PR with this information with a screenshot of the demo page that you have as it is in 461 right now with how it should look and the code to make it look that way? |
Also did you submit that demo page to the Test Plugin? It would be very helpful to have |
Sure, will try and get a pr done in next few hours and test it on v461. |
This occurs due to the introduction of the The issue has been accepted and will be processed soon. If you require this feature to be expedited, consider purchasing a premium support subscription Note a PR that includes any additional hacks to fix this is unlikely to be accepted |
Have updated daftspunk commit here to allow support for tap-targets on touch screen devices, see here for the pr: #4841 |
Link: #4573 (comment)
Should look like this:
They look like this:
My PR: #4599
Altered commit afterwards: 6daea25
Will try and re-fix things (when I get some free time).
The text was updated successfully, but these errors were encountered: