You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stefan Schuster (JIRA)" <de...@myfaces.apache.org> on 2007/02/14 17:16:05 UTC

[jira] Created: (TOMAHAWK-898) New tableSuggestAjax is ignoring multiple attribtues

New tableSuggestAjax is ignoring multiple attribtues
----------------------------------------------------

                 Key: TOMAHAWK-898
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-898
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: New Component
    Affects Versions: 1.1.5-SNAPSHOT
            Reporter: Stefan Schuster
             Fix For: 1.1.5-SNAPSHOT


The new version of the tableSuggestAjax changed the input field to be generated by dojo instead of the being rendered by the standard HtmlTextRendererBase. This caused multiple lost attributes like "disabled" or all the javascript handlers.

The attached patch solves this by going one step back. The input field will be generated by the HtmlTextRendererBase again and then be injected into the dojo component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TOMAHAWK-898) New tableSuggestAjax is ignoring multiple attribtues

Posted by "Stefan Schuster (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Schuster updated TOMAHAWK-898:
-------------------------------------

    Status: Patch Available  (was: Open)

> New tableSuggestAjax is ignoring multiple attribtues
> ----------------------------------------------------
>
>                 Key: TOMAHAWK-898
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-898
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: New Component
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Stefan Schuster
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: tableSuggestAjax.patch
>
>
> The new version of the tableSuggestAjax changed the input field to be generated by dojo instead of the being rendered by the standard HtmlTextRendererBase. This caused multiple lost attributes like "disabled" or all the javascript handlers.
> The attached patch solves this by going one step back. The input field will be generated by the HtmlTextRendererBase again and then be injected into the dojo component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TOMAHAWK-898) New tableSuggestAjax is ignoring multiple attribtues

Posted by "Gerald Müllan (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerald Müllan updated TOMAHAWK-898:
-----------------------------------

    Resolution: Fixed
      Assignee: Gerald Müllan
        Status: Resolved  (was: Patch Available)

Many thx to Stefan for providing this useful patch.

> New tableSuggestAjax is ignoring multiple attribtues
> ----------------------------------------------------
>
>                 Key: TOMAHAWK-898
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-898
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: New Component
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Stefan Schuster
>         Assigned To: Gerald Müllan
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: tableSuggestAjax.patch
>
>
> The new version of the tableSuggestAjax changed the input field to be generated by dojo instead of the being rendered by the standard HtmlTextRendererBase. This caused multiple lost attributes like "disabled" or all the javascript handlers.
> The attached patch solves this by going one step back. The input field will be generated by the HtmlTextRendererBase again and then be injected into the dojo component.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.