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

Rolf Metternich updated COCOON-1807:
------------------------------------

        Fix Version/s: 2.1.10
             Priority: Major  (was: Minor)
              Urgency: Normal
           Other Info: [Patch available]
    Affects Version/s: 2.1.10

> Workaround for IE Bug in <button>
> ---------------------------------
>
>                 Key: COCOON-1807
>                 URL: https://issues.apache.org/jira/browse/COCOON-1807
>             Project: Cocoon
>          Issue Type: Improvement
>          Components: Blocks: Forms
>    Affects Versions: 2.1.8, 2.1.9, 2.1.10, 2.2-dev (Current SVN)
>            Reporter: Rolf Metternich
>             Fix For: 2.1.10
>
>         Attachments: action-error.txt, Action.patch
>
>
> Special workaround  IE Bug for 
> <button type="button" title="row up" 
> name="results.0.columns.0.result-column-move-up" 
> id="results.0.columns.0.result-column-move-up"
> value="row up" onClick="forms_submitForm(this);"><img src="up.gif" 
> border="0"></button>
> The IE returns the values of all button in every row, so there are multiple 
> submitWidgets!
> My Workaround is using the onClick-Event to remember the button name by using 
> the known js-function "forms_submitForm(this)". In the Action-class I check 
> if the field "forms_submit_id" is set and use this as SubmitWidget. 
> I'm using this patch since 1 year and it works fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to