Fixes #2113.2143/head
commit0ecfdbebf3d20fea5b9c1fdcedce167346253186
authorOlmo Maldonado <olmo.maldonado@gmail.com>
Tue, 29 Nov 2011 16:14:27 +0000 (29 10:14 -0600)
committerOlmo Maldonado <olmo.maldonado@gmail.com>
Tue, 29 Nov 2011 16:14:27 +0000 (29 10:14 -0600)
treefe43b0bb616e2d4cb4fc7cf9a71c3932543a2b7e
parent2c3f2884c5199448a62a16d9830dd65534de84f6
Fixes #2113.

Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=14439 prevents
button.type = 'button' from working as expected. Current solution is to
use setAttribute. This fix adds propertySetter.type with setAttribute
but only for webkit.
Source/Element/Element.js
Specs