Open GoogleCodeExporter opened 9 years ago
Didn't work for me. When trying to play around, I changed all the "radio" input
types to "hidden" and that worked.
But cannot tell, what these inputs really do, I use the JCrop only in thumbnail
mode.
Original comment by citysh...@cityshark.cz
on 16 Jan 2012 at 12:09
Same problem with me using IE 9 on Windows 7, the 0 width solution works for me.
Thanks
Original comment by arandjel...@gmail.com
on 8 Feb 2012 at 3:14
Ran into this same problem in IE9. Setting the width to 0px fixed it for me.
Original comment by g.gsimp...@gmail.com
on 27 Feb 2012 at 5:08
In retrospect, the issue may have been caused by other styles on the website I
was working on; it had all sorts of horrible "default" styles like this one:
input[type=radio]
{
float: left;
width: auto;
margin: 0 3px 7px 0;
}
which screwed up in-line labels (for which the horrible compensation was "label
{ display: block; }").
Original comment by JianHouZi
on 14 Sep 2012 at 7:37
Not sure why that radio button is there, but his css rule fix worked for me
without have to tweak the jcrop code.
.jcrop-holder input[type='radio']{ display: none; }
Original comment by kiwigrow...@gmail.com
on 24 Jun 2013 at 5:06
Original issue reported on code.google.com by
JianHouZi
on 6 Jan 2012 at 7:56