You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/06/09 01:21:45 UTC

[jira] Closed: (TAPESTRY-2349) FormFragment should be tied to the 'click' event of the associated checkbox

     [ https://issues.apache.org/jira/browse/TAPESTRY-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2349.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.13
         Assignee: Howard M. Lewis Ship

This was actually fixed in 5.0.12.

> 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
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.13
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org