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


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.

Reply via email to