[Proto-Scripty] Element.setValue() doesn't work with the output tag

2013-03-06 Thread Walter Lee Davis
Have a fiddle: http://jsfiddle.net/ZYDjc/ Any thoughts? Should I raise a ticket? Thanks, Walter -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [Proto-Scripty] Element.setValue() doesn't work with the output tag

2013-03-06 Thread Jason Westbrook
I ran this in Google Chrome on OSX and got a JS error HTMLOutputElement has no method 'setValue' It looks like the output element is not being extended - There was a ticket for SVG elements to be extended as well that I took care of and I'll put a pull request for this in as well

Re: [Proto-Scripty] Element.setValue() doesn't work with the output tag

2013-03-06 Thread Phil Petree
Not sure what you're expecting but under ie 9, neither worked for me... not even in compatibility mode. On Wed, Mar 6, 2013 at 11:20 AM, Walter Lee Davis wa...@wdstudio.comwrote: Have a fiddle: http://jsfiddle.net/ZYDjc/ Any thoughts? Should I raise a ticket? Thanks, Walter -- You