Public bug reported:

System configuration:
Linux Mint 17.1 Rebecca LTS (64-bit)
gtk2-engines 1:2.20.2-3ubuntu1

Steps to reproduce:

Switch the controls (buttons, checkboxes, radio buttons) to the Redmond
theme.

Create an HTML document with these contents and open it in a browser
(I'm using Pale Moon):

<form>
<input type=checkbox>Active checkbox, unchecked<br>
<input type=checkbox checked="checked">Active checkbox, checked<br>
<input disabled="disabled" type=checkbox>Disabled checkbox, unchecked. (This 
shows incorrectly as checked.)<br>
<input disabled="disabled" type=checkbox checked="checked">Disabled checkbox, 
checked<br>
</form>

You should notice that the third checkbox is disabled and not checked per the 
code, but shows as checked/selected when it should show as unchecked/unselected.
Example:
https://i.imgur.com/XLb8CKc.png


Switching the desktop theme to something else (Mint-X for example) fixes the 
problem.
Example:
https://i.imgur.com/PoUd6na.png

** Affects: gtk2-engines (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1461098

Title:
  Disabled checkboxes display incorrectly using Redmond controls theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines/+bug/1461098/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to