FormFragment should be tied to the 'click' event of the associated checkbox
---------------------------------------------------------------------------
Key: TAPESTRY-2349
URL: https://issues.apache.org/jira/browse/TAPESTRY-2349
Project: Tapestry
Issue Type: Bug
Components: Framework
Affects Versions: 5.0.11
Environment: IE6 (and Firefox, but less of an issue there)
Reporter: Skow
Priority: Minor
The FormFragment is currently tied to the 'change' method of the checkbox it is
associated to. This causes a problem in IE6 - the user has to tab out of or
click out of the checkbox before the 'change' event gets fired. Generally the
desired effect should be that the form fragment shows up immediately after
clicking the checkbox and not being required to cause the checkbox to lose
focus.
The quick hack is to simply change 'change' to 'click' in tapestry.js inside
the linkCheckboxToFormFragment method. I'm not sure if there are other
negative side effects to doing so, but it seems to work in FF and IE.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]