Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Verified
Assignee
Maxim Mossienko
Subsystem
Editor. Editing Text
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Alexander Chernikov
    4 years ago (26 Mar 2008 16:30)
  • Updated by   Evgeniy Schepotiev
    2 years ago (27 Apr 2010 15:29)
  • Jira: IDEADEV-25539
    (history, comments)
 
IDEA-43265 JSP: EL: pressing tab in code completion list erases closing EL brace
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.

Issue was closed
Comments (1)
 
History
 
Linked Issues (?)
 
Alexander Chernikov
  Alexander Chernikov
14 Apr 2008 17:35
4 years ago
7801, 8293: fix confirmed.