You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org> on 2010/04/05 14:01:30 UTC

[jira] Created: (OFBIZ-3637) XHTML validation errors (framework excluding widget) round 2

XHTML validation errors (framework excluding widget) round 2
------------------------------------------------------------

                 Key: OFBIZ-3637
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3637
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk


XHTML validation errors

    * Unclosed tags INPUT, IMG, BR...
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * required attributes not included (alt in img, type in style, type in script etc)
    * Uppercase tags or attributes.
    * Unencoded entities (ampersands).

Other changes:

selectall.js 
line 333. ajaxAutoCompleter must work with unenconded or encoded ampersands.

EntityRefMain.ftl
line 176. <div> must be </div>

Patch attached

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


[jira] Closed: (OFBIZ-3637) XHTML validation errors (framework excluding widget) round 2

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

Bruno Busco closed OFBIZ-3637.
------------------------------

      Assignee: Bruno Busco
    Resolution: Fixed

Thank you Blas,
your patch is in trunk at revision: 932733

> XHTML validation errors (framework excluding widget) round 2
> ------------------------------------------------------------
>
>                 Key: OFBIZ-3637
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3637
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3637_framework_nowidget_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags INPUT, IMG, BR...
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * required attributes not included (alt in img, type in style, type in script etc)
>     * Uppercase tags or attributes.
>     * Unencoded entities (ampersands).
> Other changes:
> selectall.js 
> line 333. ajaxAutoCompleter must work with unenconded or encoded ampersands.
> EntityRefMain.ftl
> line 176. <div> must be </div>
> Patch attached

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-3637) XHTML validation errors (framework excluding widget) round 2

Posted by "Blas Rodriguez Somoza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3637:
-----------------------------------------

    Attachment: OFBIZ-3637_framework_nowidget_xhtml.diff

> XHTML validation errors (framework excluding widget) round 2
> ------------------------------------------------------------
>
>                 Key: OFBIZ-3637
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3637
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3637_framework_nowidget_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed tags INPUT, IMG, BR...
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * required attributes not included (alt in img, type in style, type in script etc)
>     * Uppercase tags or attributes.
>     * Unencoded entities (ampersands).
> Other changes:
> selectall.js 
> line 333. ajaxAutoCompleter must work with unenconded or encoded ampersands.
> EntityRefMain.ftl
> line 176. <div> must be </div>
> Patch attached

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