History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-26936
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Timofey Basanov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Incorrect syntax highlighing jsp+html+custom tags+scriptlets

Created: 19 Apr 08 17:47   Updated: 29 May 08 13:48
Component/s: HTML.Editing
Fix Version/s: Selena 7.0.4, Diana 8445

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. Picture 1.png
(26 kb)

Build: 7,757
Fixed in build: 8,423
Severity: Low


 Description  « Hide
In attached screenshot there is an example of incorrect highlighting of an opening of a tag.

"<meta" should be highlighted instead of "<s:property"

And here is a jsp code for the reference.

<s:if test="what!=null and perform==null">
<t:put param="page_head">
<meta http-equiv="Refresh"
content="0; url=<kk:url name="<%=UrlMapping.fill.getName()%>">
<kk:param name="what"><s:property value="what"/></kk:param>
<kk:param name="perform">perform</kk:param>
</kk:url>"/>
</t:put>
</s:if>



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.