You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Wulf Wechsung (JIRA)" <de...@tapestry.apache.org> on 2011/01/20 12:10:44 UTC

[jira] Created: (TAPESTRY-2775) Grid does implement ClientElement

Grid does implement ClientElement
---------------------------------

                 Key: TAPESTRY-2775
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2775
             Project: Tapestry
          Issue Type: Improvement
          Components: Core Components
    Affects Versions: 5.1
         Environment: all
            Reporter: Wulf Wechsung


Issue:
the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.

Impact:
Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.

Proposed Solution:
Grid should implement ClientElement and delegate getClientId() to the Any table component.


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


[jira] Updated: (TAPESTRY-2775) Grid does not implement ClientElement

Posted by "Wulf Wechsung (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wulf Wechsung updated TAPESTRY-2775:
------------------------------------

    Summary: Grid does not implement ClientElement  (was: Grid does implement ClientElement)

> Grid does not implement ClientElement
> -------------------------------------
>
>                 Key: TAPESTRY-2775
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2775
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Core Components
>    Affects Versions: 5.1
>         Environment: all
>            Reporter: Wulf Wechsung
>         Attachments: Grid.java
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Issue:
> the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.
> Impact:
> Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.
> Proposed Solution:
> Grid should implement ClientElement and delegate getClientId() to the Any table component.

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


[jira] Updated: (TAPESTRY-2775) Grid does implement ClientElement

Posted by "Wulf Wechsung (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wulf Wechsung updated TAPESTRY-2775:
------------------------------------

    Attachment: Grid.java

patched Grid.java per "propsed Solution"

> Grid does implement ClientElement
> ---------------------------------
>
>                 Key: TAPESTRY-2775
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2775
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Core Components
>    Affects Versions: 5.1
>         Environment: all
>            Reporter: Wulf Wechsung
>         Attachments: Grid.java
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Issue:
> the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.
> Impact:
> Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.
> Proposed Solution:
> Grid should implement ClientElement and delegate getClientId() to the Any table component.

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


[jira] Updated: (TAPESTRY-2775) Grid does implement ClientElement

Posted by "Wulf Wechsung (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wulf Wechsung updated TAPESTRY-2775:
------------------------------------

    Attachment: Grid.java

patched Grid.java per "propsed Solution"

> Grid does implement ClientElement
> ---------------------------------
>
>                 Key: TAPESTRY-2775
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2775
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Core Components
>    Affects Versions: 5.1
>         Environment: all
>            Reporter: Wulf Wechsung
>         Attachments: Grid.java
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Issue:
> the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.
> Impact:
> Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.
> Proposed Solution:
> Grid should implement ClientElement and delegate getClientId() to the Any table component.

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


[jira] Updated: (TAPESTRY-2775) Grid does not implement ClientElement

Posted by "Wulf Wechsung (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wulf Wechsung updated TAPESTRY-2775:
------------------------------------

    Summary: Grid does not implement ClientElement  (was: Grid does implement ClientElement)

> Grid does not implement ClientElement
> -------------------------------------
>
>                 Key: TAPESTRY-2775
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2775
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Core Components
>    Affects Versions: 5.1
>         Environment: all
>            Reporter: Wulf Wechsung
>         Attachments: Grid.java
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Issue:
> the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.
> Impact:
> Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.
> Proposed Solution:
> Grid should implement ClientElement and delegate getClientId() to the Any table component.

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


[jira] [Moved] (TAP5-1569) Grid does not implement ClientElement

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship moved TAPESTRY-2775 to TAP5-1569:
------------------------------------------------------

          Component/s:     (was: Core Components)
                       tapestry-core
           Issue Type: Bug  (was: Improvement)
    Affects Version/s:     (was: 5.1)
                       5.1
                  Key: TAP5-1569  (was: TAPESTRY-2775)
              Project: Tapestry 5  (was: Tapestry)

> Grid does not implement ClientElement
> -------------------------------------
>
>                 Key: TAP5-1569
>                 URL: https://issues.apache.org/jira/browse/TAP5-1569
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1
>         Environment: all
>            Reporter: Wulf Wechsung
>         Attachments: Grid.java
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Issue:
> the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.
> Impact:
> Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.
> Proposed Solution:
> Grid should implement ClientElement and delegate getClientId() to the Any table component.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Moved] (TAP5-1569) Grid does not implement ClientElement

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship moved TAPESTRY-2775 to TAP5-1569:
------------------------------------------------------

          Component/s:     (was: Core Components)
                       tapestry-core
           Issue Type: Bug  (was: Improvement)
    Affects Version/s:     (was: 5.1)
                       5.1
                  Key: TAP5-1569  (was: TAPESTRY-2775)
              Project: Tapestry 5  (was: Tapestry)

> Grid does not implement ClientElement
> -------------------------------------
>
>                 Key: TAP5-1569
>                 URL: https://issues.apache.org/jira/browse/TAP5-1569
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1
>         Environment: all
>            Reporter: Wulf Wechsung
>         Attachments: Grid.java
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Issue:
> the tapestry core component org.apache.tapestry5.corelib.components.Grid does not implement the interface "ClientElement"  making it impossible to force allocation of a client side id or retrieve the same.
> Impact:
> Mixins, if they are based on DOM manipulation, have a hard time interacting with Grid component's client side representation.
> Proposed Solution:
> Grid should implement ClientElement and delegate getClientId() to the Any table component.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira