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)" <ji...@apache.org> on 2010/08/12 23:08:16 UTC

[jira] Created: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
----------------------------------------------------------------------------------------------

                 Key: TAP5-1244
                 URL: https://issues.apache.org/jira/browse/TAP5-1244
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-component-report
    Affects Versions: 5.2.1
            Reporter: Howard M. Lewis Ship


The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.

However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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


[jira] Commented: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900479#action_12900479 ] 

Hudson commented on TAP5-1244:
------------------------------

Integrated in tapestry-5.2-freestyle #175 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/175/])
    TAP5-1244: Recode AutofocusValidationDecorator to use JavaScriptSupport, not RenderSupport
TAP5-1244: Move autofocus() from RenderSupport to JavaScriptSupport
TAP5-1244: Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport


> Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1244
>                 URL: https://issues.apache.org/jira/browse/TAP5-1244
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.
> However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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


[jira] Assigned: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

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

Howard M. Lewis Ship reassigned TAP5-1244:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1244
>                 URL: https://issues.apache.org/jira/browse/TAP5-1244
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.
> However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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


[jira] Commented: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900479#action_12900479 ] 

Hudson commented on TAP5-1244:
------------------------------

Integrated in tapestry-5.2-freestyle #175 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/175/])
    TAP5-1244: Recode AutofocusValidationDecorator to use JavaScriptSupport, not RenderSupport
TAP5-1244: Move autofocus() from RenderSupport to JavaScriptSupport
TAP5-1244: Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport


> Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1244
>                 URL: https://issues.apache.org/jira/browse/TAP5-1244
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.
> However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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


[jira] Closed: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

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

Howard M. Lewis Ship closed TAP5-1244.
--------------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

> Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1244
>                 URL: https://issues.apache.org/jira/browse/TAP5-1244
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.
> However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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


[jira] Assigned: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

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

Howard M. Lewis Ship reassigned TAP5-1244:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1244
>                 URL: https://issues.apache.org/jira/browse/TAP5-1244
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.
> However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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


[jira] Closed: (TAP5-1244) Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport

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

Howard M. Lewis Ship closed TAP5-1244.
--------------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

> Tapestry components and mixins should be converted to use JavaScriptSupport, not RenderSupport
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1244
>                 URL: https://issues.apache.org/jira/browse/TAP5-1244
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-component-report
>    Affects Versions: 5.2.1
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.2.1
>
>
> The Autocomplete mixin is an example; since it uses RenderSupport, it means lots of unwanted calls to Tapestry.init() on the client side.
> However, this may be related to another bug about JavaScriptSupport not supported client-side initializer functions that take  JSONArray (rather than a String or JSONObject).

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