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

Key: IDEADEV-25539
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

JSP: EL: pressing tab in code completion list erases closing EL brace

Created: 26 Mar 08 15:30   Updated: 14 Apr 08 17:35
Component/s: Editor. Editing Text, J2EE.JSP
Fix Version/s: Diana 8375, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,253
Fixed in build: 7,799


 Description  « Hide
Provide simple JSP with incomplete EL expression like:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head><title>Title</title></head>
<body>
${cookie.}
</body>
</html>

Put cursor after dot in EL. Open code completion list. Select a property. Press tab.
Result: property is inserted, but closing brace: '}' is erased. It should be probably preserved.



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 14 Apr 08 17:35
7801, 8293: fix confirmed.