Closed GoogleCodeExporter closed 9 years ago
Ah, yes. Just came across this one as well. It actually causes everything to
halt. Quite nasty.
Instead of commenting out the line, I just check whether labels is null before
using it:
if (this.labels != null)
this.labels.attr("for", this.selectbox.attr("id")); //revert label 'for' attributes.
Original comment by aru...@anm.org
on 12 Jul 2011 at 11:57
I have the same problem and this solve the problem:
if (this.labels != null)
this.labels.attr("for", this.selectbox.attr("id")); //revert label 'for' attributes.
Thx
Original comment by jayce....@gmail.com
on 1 Aug 2011 at 12:36
Yes sorry, that is nasty - any select without an ID attr at UFD-init time can't
be destroyed. Fixed in trunk.
http://code.google.com/p/ufd/source/detail?r=265
Original comment by thetoolman
on 5 Oct 2011 at 10:56
Original issue reported on code.google.com by
borys.po...@gmail.com
on 10 Apr 2011 at 5:15