Changing button text with JavaScript doesn't work in Opera (<= 11.11) for <input type=“submit” /> elements. Why?

http://stackoverflow.com/questions/6084766/changing-button-text-with-javascript-doesnt-work-in-opera-11-11-for-input-ty

Button tag - WORKING (#test_button):

Input tag (type: submit) - NOT working (#blahblah_submit_type):

Input tag (type: button) - WORKING (#blahblah_button_type)

- value:

Tested, and it's been fixed in Opera 11.50 though.

Edit in JS Bin