Closed GoogleCodeExporter closed 8 years ago
I am not sure what is going on here. I modified the TESTCASE page to use the
firstItemChecksAll option in the 'hidden parent' example. And the TESTCASE page
is operating as expected.
Are you getting anything reported in your 'error console' ?
Original comment by womohun...@ittrium.com
on 20 Feb 2012 at 3:33
Apparently, when I click the 'select all' option, or any option in the list,
event.layerX and event.layerY are broken and deprecated in WebKit. They will be
removed from the engine in the near future.
gets printed out on the console. I tried a normal dropdownlist that's not
imbedded in a hidden div and it works but it prints this statement just as well
as the dropdownlist that's in the hidden div. However, after googling it, it
seems to be a jquery bug, so I'm not too sure how that affects dropdownlist's
ability, as it clearly works when not in the hidden div situation. Nothing else
gets printed to the console...
Could it be a parent css styling that's affecting this particular div that
holds the dropdownlist?
Original comment by congch...@gmail.com
on 20 Feb 2012 at 10:33
I found the problem.
You can't use document.write('<option>'+something+'</option>'); to generate the
first line option. Otherwise, it won't work. You apparently have to use
<option>all</option> in html instead of generating it through JavaScript
Original comment by congch...@gmail.com
on 8 Mar 2012 at 3:19
Thanks for the follow-up.
Original comment by womohun...@ittrium.com
on 8 Mar 2012 at 2:09
Original issue reported on code.google.com by
congch...@gmail.com
on 16 Feb 2012 at 12:24