PropertySelect onChange javascript error
----------------------------------------
Key: TAPESTRY-593
URL: http://issues.apache.org/jira/browse/TAPESTRY-593
Project: Tapestry
Type: Bug
Components: Framework
Environment: Firefox (Deer Park Alpha 2)
Reporter: Jesse Kuhnert
The onchange attribute that PropertySelection ~seems~ to incorrectly specify
"this.form.events.submit()" as the method to call, when it should actually be
"this.form.submit()". This should work because the FormEventManagers already
created for each form should have extended the form elements to call your
handler listeners. I have a patch for PropertySelection, don't know how many
other form components this affects.
You guys may want to look into using something like this to test all of your
new javascript functionality:
http://wiki.script.aculo.us/scriptaculous/show/UnitTesting.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]