|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[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] Assigned: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"[ 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] Commented: (TAP5-749) The FormFragment component creates a hidden field whose id ends with ":hidden"[ 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"[ 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] Closed: (TAP5-749) The FormFragment and LinkSubmit components create a hidden field whose id ends with ":hidden"[ 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"[ 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. |
| Free embeddable forum powered by Nabble | Forum Help |