Category: | Bug report |
Priority: | Normal |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Hi,
I've noticed that IE is reporting lots of those messages in the jasperserver
repository page.
HTML1300: Navigation occurred.
File: j_spring_security_check DOM7011: The code on this page disabled back
and forward caching. For more information, see:
http://go.microsoft.com/fwlink/?LinkID=291337
File: login.html
HTML1500: Tag cannot be self-closing. Use an explicit closing tag.
File: flow.html, Line: 1150, Column: 17
HTML1508: Unmatched end tag.
File: flow.html, Line: 1160, Column: 134
HTML1508: Unmatched end tag.
File: flow.html, Line: 1332, Column: 133
HTML1508: Unmatched end tag.
File: flow.html, Line: 1333, Column: 147
HTML1508: Unmatched end tag.
File: flow.html, Line: 1334, Column: 125
after looking at the source I see that the message are rights as some <span>
tags are not all closed;
see example here;
<t:putAttribute name="footerContent">
<button id="addFolderBtnAdd" class="button action primary up"
tabindex="3"><span class="wrap"><spring:message code="dialog.addFolder.add"
javaScriptEscape="true"/></span><span class="icon"></span></button>
<button id="addFolderBtnCancel" class="button action up"
tabindex="4"><span class="wrap"><spring:message code="dialog.file.cancel"
javaScriptEscape="true"/><span class="icon"></span></button>
</t:putAttribute>
2 Comments:
There are lots more of these malformed pages/tags.
Some other errors are closing the tag twice..
<textarea id="addFolderInputDescription" type="text" tabindex="2"/></textarea>
I just check 5.5 and still have the same issues.