Open GoogleCodeExporter opened 9 years ago
I am getting the same error.
container.get(0).onselectstart = function(event){ if
(event.target.nodeName.toLowerCase() !== 'input') return false; };
Original comment by PaulF...@gmail.com
on 24 Apr 2012 at 4:25
Fixed bug by removing if (event.target.nodeName.toLowerCase() !== 'input')
return false; and just return false
Original comment by PaulF...@gmail.com
on 24 Apr 2012 at 4:32
Original issue reported on code.google.com by
sigi.kaj...@gmail.com
on 29 Jul 2011 at 3:06