CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 02:29:12 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jqueryui.com/ticket/15055/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 02:29:12 GMT
Content-Type: text/html
Last-Modified: Thu, 19 Sep 2024 13:59:18 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66ec2e36-324a"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#15055 (checkbox radio inside dialog does not work) - jQuery UI - Bug Tracker
jQuery UI issues have moved to GitHub. This site is now a static archive of the old Trac bugs site.
Some functions and pages are no longer available.
Some functions and pages are no longer available.
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:
Attachments (0)
Change History (4)
Changed September 30, 2016 08:28PM UTC by arschmitz comment:1
owner: | → arschmitz |
---|---|
status: | new → assigned |
Changed October 04, 2016 03:34PM UTC by arschmitz comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
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.core → ui.checkbxoradio |
---|---|
milestone: | none → 1.12.2 |
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.