#15055 closed bug (fixed)
checkbox radio inside dialog does not work
Reported by: | Backslider23 | Owned by: | Alexander Schmitz |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.2 |
Component: | ui.checkbxoradio | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am using a jquery-ui checkbox within a dialog. This is causing the ".ui-widget-content .ui-state-hover" css rule that defines the background property to override the .ui-icon-check rule that defines the correct background-position for the checkbox image. I believe this is because it is more specific.
The result is that a checkbox within a widget-content shows the wrong image.
Check it here: https://jsfiddle.net/4gj76rsL/3/
Change History (4)
comment:1 Changed 7 years ago by
Owner: | set to Alexander Schmitz |
---|---|
Status: | new → assigned |
comment:3 Changed 7 years ago by
Component: | ui.core → ui.checkbxoradio |
---|---|
Milestone: | none → 1.12.2 |
Note: See
TracTickets for help on using
tickets.
Whats interesting is this only seems to be when the checkbox is initially checked in the markup the first one thats not seems to work fine.