You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2010/04/03 14:27:27 UTC

[jira] Assigned: (OFBIZ-3628) XHTML validation errors (framework/widget) Tree widget and Date time field rendering issues

     [ 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">&nbsp;</a><a href="/accounting/control/GlAccountNavigate?glAccountId=100000&amp;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.