You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Rolf Metternich (JIRA)" <ji...@apache.org> on 2006/03/23 10:37:59 UTC

[jira] Created: (COCOON-1807) Workaround for IE Bug in

Workaround for IE Bug in <button>
---------------------------------

         Key: COCOON-1807
         URL: http://issues.apache.org/jira/browse/COCOON-1807
     Project: Cocoon
        Type: Improvement
  Components: Blocks: Forms  
    Versions: 2.1.8, 2.2-dev (Current SVN), 2.1.9-dev (current SVN)    
    Reporter: Rolf Metternich
    Priority: Minor
 Attachments: 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:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (COCOON-1807) Workaround for IE Bug in

Posted by "Rolf Metternich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: action-error.txt

> 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.2-dev (Current SVN)
>            Reporter: Rolf Metternich
>            Priority: Minor
>         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

        

[jira] Updated: (COCOON-1807) Workaround for IE Bug in

Posted by "Jörg Heinicke (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörg Heinicke updated COCOON-1807:
----------------------------------

    Fix Version/s:     (was: 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
>         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

       

[jira] Updated: (COCOON-1807) Workaround for IE Bug in

Posted by "Rolf Metternich (JIRA)" <ji...@apache.org>.
     [ 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