Keti777 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

not working on single click. #101

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just on problem it is not working on single click; yes it is working fine on 
double click. Please help me to find out the reason.

Original issue reported on code.google.com by jain.nit...@gmail.com on 9 Jun 2010 at 7:08

GoogleCodeExporter commented 8 years ago
Could you please attach an example where it is not working? Single click works 
fine in all my testing.

Original comment by womohun...@ittrium.com on 14 Sep 2010 at 2:06

GoogleCodeExporter commented 8 years ago
<select></select> works fine.

but:

<label>
 Label
 <select></select>
</label>

open the box only on doubleclick and close box on every check.

Original comment by oehcie@gmail.com on 3 Dec 2010 at 9:42

GoogleCodeExporter commented 8 years ago
LABEL support was never part of the DDCL design.  I can add this to the 'wish' 
list for future enhancements, and will keep tracking it as a Defect, since it 
certainly does not work.

Original comment by womohun...@ittrium.com on 14 Dec 2010 at 10:12

GoogleCodeExporter commented 8 years ago
a way round the problem:

<label for="whatever">
 Label
 <select></select>
</label>

works for me.

Original comment by oehcie@gmail.com on 23 Feb 2011 at 9:45

GoogleCodeExporter commented 8 years ago
It is a known design limitation that DDCL will not operate properly with 
LABELs.  No development work is planned for this issue.

Original comment by womohun...@ittrium.com on 13 Apr 2011 at 5:25