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 2009/06/11 22:58:07 UTC

[jira] Created: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"

The FormFragment component creates a hidden field whose id ends with ":hidden"
------------------------------------------------------------------------------

                 Key: TAP5-749
                 URL: https://issues.apache.org/jira/browse/TAP5-749
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Howard M. Lewis Ship
            Priority: Minor


There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.


<div id="searchTextFragment" class="" style="overflow: visible;">
<input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
<h3>Search Text</h3>
</div>



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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Robert Zeigler updated TAP5-749:
--------------------------------

    Fix Version/s:     (was: 5.2)
                   5.2.0.0

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Commented: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"

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

Robert Zeigler commented on TAP5-749:
-------------------------------------

LinkSubmit likewise appears to have been missed.

What about the various t:xxx that the form component uses (t:formdata, etc.)?

> The FormFragment component creates a hidden field whose id ends with ":hidden"
> ------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Assigned: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"

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

Robert Zeigler reassigned TAP5-749:
-----------------------------------

    Assignee: Robert Zeigler

> The FormFragment component creates a hidden field whose id ends with ":hidden"
> ------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Igor Drobiazko updated TAP5-749:
--------------------------------

    Fix Version/s: 5.1.0.7

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.6, 5.1.0.7
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-749:
------------------------------

    Attachment: TAP5-749-5.1.txt

patch against current revision

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Igor Drobiazko updated TAP5-749:
--------------------------------

    Fix Version/s: 5.1.0.6

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0, 5.1.0.6
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-749:
------------------------------

    Attachment: TAP5-749-5.1.txt

patch against 5.1 branch

will conflict with the patch for TAP5-779 in linksubmit.js, so be sure to merge them correctly...

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Assigned: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"

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

Robert Zeigler reassigned TAP5-749:
-----------------------------------

    Assignee: Robert Zeigler

> The FormFragment component creates a hidden field whose id ends with ":hidden"
> ------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-749:
------------------------------

    Attachment:     (was: TAP5-749-5.1.txt)

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Igor Drobiazko updated TAP5-749:
--------------------------------

    Fix Version/s: 5.1.0.7

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0, 5.1.0.6, 5.1.0.7
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Commented: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"

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

Robert Zeigler commented on TAP5-749:
-------------------------------------

LinkSubmit likewise appears to have been missed.

What about the various t:xxx that the form component uses (t:formdata, etc.)?

> The FormFragment component creates a hidden field whose id ends with ":hidden"
> ------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Igor Drobiazko updated TAP5-749:
--------------------------------

    Fix Version/s: 5.1.0.6

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0, 5.1.0.6
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Closed: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Robert Zeigler closed TAP5-749.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2

I didn't touch t:formdata, etc. in form.  That stuff isn't really conducive to js manipulation, anyway.

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Robert Zeigler updated TAP5-749:
--------------------------------

    Fix Version/s:     (was: 5.2)
                   5.2.0.0

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Closed: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Robert Zeigler closed TAP5-749.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.2

I didn't touch t:formdata, etc. in form.  That stuff isn't really conducive to js manipulation, anyway.

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-749:
------------------------------

    Attachment:     (was: TAP5-749-5.1.txt)

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-749:
------------------------------

    Attachment: TAP5-749-5.1.txt

patch against current revision

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Robert Zeigler updated TAP5-749:
--------------------------------

    Description: 
There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.


<div id="searchTextFragment" class="" style="overflow: visible;">
<input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
<h3>Search Text</h3>
</div>



  was:
There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.


<div id="searchTextFragment" class="" style="overflow: visible;">
<input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
<h3>Search Text</h3>
</div>



        Summary: The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"  (was: The FormFragment component creates a hidden field whose id ends with ":hidden")

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

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

Robert Zeigler updated TAP5-749:
--------------------------------

    Description: 
There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.


<div id="searchTextFragment" class="" style="overflow: visible;">
<input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
<h3>Search Text</h3>
</div>



  was:
There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed this particular case.


<div id="searchTextFragment" class="" style="overflow: visible;">
<input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
<h3>Search Text</h3>
</div>



        Summary: The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"  (was: The FormFragment component creates a hidden field whose id ends with ":hidden")

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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


[jira] Updated: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"

Posted by "Ulrich Stärk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ulrich Stärk updated TAP5-749:
------------------------------

    Attachment: TAP5-749-5.1.txt

patch against 5.1 branch

will conflict with the patch for TAP5-779 in linksubmit.js, so be sure to merge them correctly...

> The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"
> ---------------------------------------------------------------------------------------------
>
>                 Key: TAP5-749
>                 URL: https://issues.apache.org/jira/browse/TAP5-749
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Howard M. Lewis Ship
>            Assignee: Robert Zeigler
>            Priority: Minor
>             Fix For: 5.2.0.0
>
>         Attachments: TAP5-749-5.1.txt
>
>
> There was a bug fixed for 5.1.0.x (I'll find it later) that said that colons inside ids were bad and cause problems. Must have missed these particular cases.
> <div id="searchTextFragment" class="" style="overflow: visible;">
> <input id="searchTextFragment:hidden" type="hidden" name="t:formdata" value="H4sIAAAAAAAAAFvzloEVAN3OqfcEAAAA" style=""/>
> <h3>Search Text</h3>
> </div>

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