Hi all,
nice to meet you :jumping:
I think I have found issue with mootools core 1.2.4 :working:
when you want use set, or setProperty for HTML tag <button> to define 'type'
attribute,
Same when define button by new Element()
<html>
<body>
<button id="bt">Button</button>
<script>
$('id').set('type','button');
// same with use setProperty
</script>
</body>
test in: http://mooshell.net/TxcEP/ http://mooshell.net/TxcEP/
I have change my code for use standart setAttribute JS for the moment. :-(
mootools core: 1.2.4
chrome: 3.0.195.33 - 3.0.195.38
safari: 4.0.4(531.21.10)
Thanks
Pascal
--
View this message in context:
http://n2.nabble.com/Issue-with-set-type-and-button-on-Chrome-Safari-tp4169990p4169990.html
Sent from the MooTools Users mailing list archive at Nabble.com.