Search and Top Navigation
#15164 closed bug (duplicate)
Opened April 15, 2017 12:42PM UTC
Closed April 18, 2017 04:37PM UTC
controlgroup bug in dialog
Reported by: | AlgirdasR | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.2 |
Component: | ui.controlgroup | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When controlgroup is in a dialog, it is given an incorrect background-position css property because of .ui-widget-content class.
In result an icon is shown inside a radio button despite it having a '.ui-icon-blank' class.
Here is a simple demo I've made:
https://jsfiddle.net/q2xrp2nt/
Steps to reproduce:
1) Click on "ligthness" in both controlgroups.
Not just the wrong position, potentially the wrong background image as well. The
.ui-widget-content .ui-state-hover
defines abackground
rule, so depending on the theme, everything about the background can change. You can see the background image change as well by using the Vader theme.