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 & 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. |
[ https://issues.apache.org/jira/browse/OFBIZ-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586546#action_12586546 ] BJ Freeman commented on OFBIZ-1741: ----------------------------------- My understanding is that ver 4.0 is only certified with 1.4. not sure if changes will be made to work with above 1.4. > 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 & 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. |
In reply to this post by Nicolas Malin (Jira)
[ 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 & 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. |
Free forum by Nabble | Edit this page |