You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jan Valkovic (JIRA)" <ji...@apache.org> on 2008/06/20 15:13:45 UTC

[jira] Commented: (OFBIZ-1741) HTML Validation

    [ https://issues.apache.org/jira/browse/OFBIZ-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606745#action_12606745 ] 

Jan Valkovic commented on OFBIZ-1741:
-------------------------------------

Plugin Web-Developer ( http://chrispederick.com/work/web-developer/ )  for Firefox check page automatically.
https://demo40.hotwaxmedia.com/partymgr/control/findparty?showAll=Y&hideFields=Y&lookupFlag=Y is not XHTML 1.0 valid also (23 errors).

> HTML Validation 
> ----------------
>
>                 Key: OFBIZ-1741
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1741
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Release Branch 4.0
>         Environment: Windows XP - OfBiz Release Branch 4.0 - Compiled with JDK 6 update 5 i586 - Firefox 2.0.0.13 with HTML Validator .0.8.4.0
>            Reporter: Brian Saxberg
>            Priority: Trivial
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Looking at the Manufacturing Tab.
> https://127.0.0.1:8443/manufacturing/control/main?externalLoginKey=EL33692334827
> HTML Validator complains about onSubmit in the form tag. 
> Here is the html code.
> <!-- begin form widget -->
> <form method="post"  action="/manufacturing/control/FindProductionRun"  class="basic-form" onSubmit="javascript:submitFormDisableSubmits(this)" name="findProductionRun">
> I didn't save the page and I will try to find it again but there was a place where an & was used instead of &amp; in a URL query string.
> The onsubmit issue looks like it could be fixed rather quickly.  I am not brave enough to attempt yet, but as I dig into this more I may try to fix some of these trivial things.
> Thanks,
> Brian

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