Search and Top Navigation
#15216 open bug ()
Opened July 05, 2017 05:50PM UTC
Last modified July 05, 2017 07:10PM UTC
Checked checkbox has wrong icon when using tabs
Reported by: | ArtemBro | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.2 |
Component: | ui.checkbxoradio | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I use Jquery UI tabs and Jquery UI checkbox on same page checked checkbox get wrong icon (/\\ instead \\/)
Attachments (0)
Change History (2)
Changed July 05, 2017 05:55PM UTC by comment:1
description: | When I use Jquery UI tabs and Jquery UI checkbox on same page checked checkbox get wrong icon (^ instead v) \ \ https://jsfiddle.net/e78o8yjy/ → When I use Jquery UI tabs and Jquery UI checkbox on same page checked checkbox get wrong icon (/\\ instead \\/) \ \ https://jsfiddle.net/e78o8yjy/ |
---|
Changed July 05, 2017 07:10PM UTC by comment:2
milestone: | none → 1.12.2 |
---|---|
priority: | minor → blocker |
status: | new → open |
This is caused by the generic hover and focus rules setting background
which overrides the existing background-position
: https://github.com/jquery/jquery-ui/blob/74f8a0ac952f6f45f773312292baef1c26d81300/themes/base/theme.css#L78-L87