XHTML validation errors (framework) Tree widget and Date time field rendering issues
------------------------------------------------------------------------------------ Key: OFBIZ-3628 URL: https://issues.apache.org/jira/browse/OFBIZ-3628 Project: OFBiz Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Blas Rodriguez Somoza Priority: Trivial Fix For: SVN trunk Attachments: OFBIZ-3628_framework_widget_xhtml.diff htmlTreeMacroLibrary.ftl Tree widget renders unclosed <li> tags. Example from Accounting -> Global GL settings -> Navigate accounts <ul class="basic-tree"> <li><ul class="basic-tree"> <li> <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 htmlFormMacroLibrary (macro renderDateTimeField) selected attribute without value <option value="AM" selected> input inside ul <ul> ...... <input type="hidden" name="${compositeType}" value="Timestamp"/> </ul> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3628: ----------------------------------------- Attachment: OFBIZ-3628_framework_widget_xhtml.diff > XHTML validation errors (framework) Tree widget and Date time field rendering issues > ------------------------------------------------------------------------------------ > > Key: OFBIZ-3628 > URL: https://issues.apache.org/jira/browse/OFBIZ-3628 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3628_framework_widget_xhtml.diff > > > htmlTreeMacroLibrary.ftl > Tree widget renders unclosed <li> tags. > Example from Accounting -> Global GL settings -> Navigate accounts > <ul class="basic-tree"> > <li><ul class="basic-tree"> > <li> > <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 > htmlFormMacroLibrary (macro renderDateTimeField) > selected attribute without value > <option value="AM" selected> > input inside ul > <ul> > ...... > <input type="hidden" name="${compositeType}" value="Timestamp"/> > </ul> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3628: ----------------------------------------- Summary: XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues (was: XHTML validation errors (framework) Tree widget and Date time field rendering issues) > XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues > ------------------------------------------------------------------------------------------- > > Key: OFBIZ-3628 > URL: https://issues.apache.org/jira/browse/OFBIZ-3628 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3628_framework_widget_xhtml.diff > > > htmlTreeMacroLibrary.ftl > Tree widget renders unclosed <li> tags. > Example from Accounting -> Global GL settings -> Navigate accounts > <ul class="basic-tree"> > <li><ul class="basic-tree"> > <li> > <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 > htmlFormMacroLibrary (macro renderDateTimeField) > selected attribute without value > <option value="AM" selected> > input inside ul > <ul> > ...... > <input type="hidden" name="${compositeType}" value="Timestamp"/> > </ul> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Blas Rodriguez Somoza updated OFBIZ-3628: ----------------------------------------- Description: htmlTreeMacroLibrary.ftl Tree widget renders unclosed <li> tags. Example from Accounting -> Global GL settings -> Navigate accounts <ul class="basic-tree"> <li><ul class="basic-tree"> <li> <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 htmlFormMacroLibrary (macro renderDateTimeField) selected attribute without value <option value="AM" selected> input inside ul <ul> ...... <input type="hidden" name="${compositeType}" value="Timestamp"/> </ul> Patch attached was: htmlTreeMacroLibrary.ftl Tree widget renders unclosed <li> tags. Example from Accounting -> Global GL settings -> Navigate accounts <ul class="basic-tree"> <li><ul class="basic-tree"> <li> <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 htmlFormMacroLibrary (macro renderDateTimeField) selected attribute without value <option value="AM" selected> input inside ul <ul> ...... <input type="hidden" name="${compositeType}" value="Timestamp"/> </ul> > XHTML validation errors (framework) Tree widget and Date time field rendering issues > ------------------------------------------------------------------------------------ > > Key: OFBIZ-3628 > URL: https://issues.apache.org/jira/browse/OFBIZ-3628 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3628_framework_widget_xhtml.diff > > > htmlTreeMacroLibrary.ftl > Tree widget renders unclosed <li> tags. > Example from Accounting -> Global GL settings -> Navigate accounts > <ul class="basic-tree"> > <li><ul class="basic-tree"> > <li> > <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 > htmlFormMacroLibrary (macro renderDateTimeField) > selected attribute without value > <option value="AM" selected> > input inside ul > <ul> > ...... > <input type="hidden" name="${compositeType}" value="Timestamp"/> > </ul> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux reassigned OFBIZ-3628: -------------------------------------- Assignee: Jacques Le Roux > XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues > ------------------------------------------------------------------------------------------- > > Key: OFBIZ-3628 > URL: https://issues.apache.org/jira/browse/OFBIZ-3628 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3628_framework_widget_xhtml.diff > > > htmlTreeMacroLibrary.ftl > Tree widget renders unclosed <li> tags. > Example from Accounting -> Global GL settings -> Navigate accounts > <ul class="basic-tree"> > <li><ul class="basic-tree"> > <li> > <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 > htmlFormMacroLibrary (macro renderDateTimeField) > selected attribute without value > <option value="AM" selected> > input inside ul > <ul> > ...... > <input type="hidden" name="${compositeType}" value="Timestamp"/> > </ul> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-3628: ----------------------------------- Attachment: OFBIZ-3628_framework_widget_xhtml.patch Testing the status options workflow > XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues > ------------------------------------------------------------------------------------------- > > Key: OFBIZ-3628 > URL: https://issues.apache.org/jira/browse/OFBIZ-3628 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3628_framework_widget_xhtml.diff, OFBIZ-3628_framework_widget_xhtml.patch > > > htmlTreeMacroLibrary.ftl > Tree widget renders unclosed <li> tags. > Example from Accounting -> Global GL settings -> Navigate accounts > <ul class="basic-tree"> > <li><ul class="basic-tree"> > <li> > <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 > htmlFormMacroLibrary (macro renderDateTimeField) > selected attribute without value > <option value="AM" selected> > input inside ul > <ul> > ...... > <input type="hidden" name="${compositeType}" value="Timestamp"/> > </ul> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3628. ---------------------------------- Resolution: Fixed > XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues > ------------------------------------------------------------------------------------------- > > Key: OFBIZ-3628 > URL: https://issues.apache.org/jira/browse/OFBIZ-3628 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: SVN trunk > Reporter: Blas Rodriguez Somoza > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-3628_framework_widget_xhtml.diff, OFBIZ-3628_framework_widget_xhtml.patch > > > htmlTreeMacroLibrary.ftl > Tree widget renders unclosed <li> tags. > Example from Accounting -> Global GL settings -> Navigate accounts > <ul class="basic-tree"> > <li><ul class="basic-tree"> > <li> > <li><a class="collapsed" href="/accounting/control/GlAccountNavigate?trail=null|100000"> </a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&trail=null">100000 > htmlFormMacroLibrary (macro renderDateTimeField) > selected attribute without value > <option value="AM" selected> > input inside ul > <ul> > ...... > <input type="hidden" name="${compositeType}" value="Timestamp"/> > </ul> > Patch attached -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |