Skip to main content

Search and Top Navigation

#15055 closed bug (fixed)

Opened September 30, 2016 06:25PM UTC

Closed October 04, 2016 03:34PM UTC

Last modified April 18, 2017 04:37PM UTC

checkbox radio inside dialog does not work

Reported by: Backslider23 Owned by: arschmitz
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/

Attachments (0)
Change History (4)

Changed September 30, 2016 08:28PM UTC by arschmitz comment:1

owner: → arschmitz
status: newassigned

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.

Changed October 04, 2016 03:34PM UTC by arschmitz comment:2

resolution: → fixed
status: assignedclosed

In [changeset:"b9d687deb58cce5f4c6e27dace9cb172e291698c" b9d687d]:

#!CommitTicketReference repository="" revision="b9d687deb58cce5f4c6e27dace9cb172e291698c"
Checkboxradio: Don't add ui-state-hover to icons

Fixes #15055
Closes gh-1756

Changed October 04, 2016 04:17PM UTC by scottgonzalez comment:3

component: ui.coreui.checkbxoradio
milestone: none1.12.2

Changed April 18, 2017 04:37PM UTC by scottgonzalez comment:4

#15164 is a duplicate of this ticket.