Closed GoogleCodeExporter closed 9 years ago
It might be my personal configuration (although that did not change in a long
time) but how come it only checks the first checkbox of all the options that
have "selected" in them?
I have a simple:
$('#genres').dropdownchecklist({width: 200, firstItemChecksAll: true,
emptyText: "Select a genre"});
and in the following example it only checks the first selected option
"Animatie":
<select multiple name="genres[]" id="genres">
<option value="0">Alle genres</option>
<option value="1">Actie</option>
<option value="10" selected>Animatie</option>
<option value="4" selected>Avontuur</option>
<option value="12" selected>Documentaire</option>
<option value="8" selected>Drama</option>
<option value="15">Familie</option>
<option value="5">Fantasy</option>
<option value="13">Horror</option>
<option value="2" selected>Komedie</option>
<option value="3" selected>Science-Fiction</option>
<option value="6" selected>Thriller</option>
<option value="18" selected>Western</option>
</select>
Original comment by bmet...@gmail.com
on 28 May 2011 at 9:26
Actually nevermind, this seems to be an issue in Chrome 12 (beta). If I had
looked further I would have stumbled upon this earlier:
http://code.google.com/p/dropdown-check-list/issues/detail?id=176
There is also a fix in there.
Original comment by bmet...@gmail.com
on 28 May 2011 at 9:37
WFM - thanks!
Original comment by yoa...@gmail.com
on 29 May 2011 at 8:48
Original comment by womohun...@ittrium.com
on 13 Jun 2011 at 3:36
Original issue reported on code.google.com by
leeja...@gmail.com
on 26 May 2011 at 9:31Attachments: