Closed (fixed)
Project:
Shiny (Administration theme)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Oct 2012 at 15:01 UTC
Updated:
6 Nov 2012 at 12:40 UTC
It seems that some JS code is adding an image over the checkbox and hiding the original checkbox:
input.form-checkbox,
input.form-radio {
opacity: 0;
width: 20px;
height: 20px;
}
The problem is that the new checkbox image is not positioned over the original one, so I can't click the checkbox to select it...
Issue originally reported from #1791126: "Select all items on this page" checkbox not working on Kickstart V2
| Comment | File | Size | Author |
|---|---|---|---|
| Shiny checkbox issue.png | 45.53 KB | guguss |
Comments
Comment #1
dudenhofer commentedComment #2
dudenhofer commentedPushed a fix to this issue here: http://drupalcode.org/project/shiny.git/commit/334812b
Comment #3
bojanz commented