Priority
Normal
Type
Bug 
State
Verified 
Assignee
Maxim Mossienko 
Subsystem
Editor. Editing Text 
Affected versions
Fixed in
Fixed in build
Next build 
Build
8253
Fixed in build
7799
Subsystems
0, 0
  • Submitted by   Alexander Chernikov
    22 months ago (26 Mar 2008 15:30)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:59)
  • Jira: IDEA-43265
    (history, comments)

IDEA-43265

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

0
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 (2)
 
Links
 
Alexander Chernikov
  Alexander Chernikov
14 Apr 2008 17:35
(21 months ago)
#permalink
7801, 8293: fix confirmed.