Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexey Kudravtsev 
Subsystem
CSS Editing 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7364
Fixed in build
8225
Subsystems
0, 0
  • Submitted by   Taras Tielkes
    2 years ago (28 Oct 2007 16:13)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:55)
  • Jira: IDEA-41852
    (history, comments)

IDEA-41852

Ctrl-W can't expand beyond attribute value

0
{code:xml}
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:form="http://www.springframework.org/tags/form" version="2.0">
<html>
<body>
<form:form cssStyle="border: 1px solid black">
</form:form>
</body>
</html>
</jsp:root>
{code}

Module description:
  • has Spring 2.0.6 as a module library (containing referenced tag library)
  • web facet

IDEA injects CSS language into "{{cssStyle}}" attribute.

Place caret somewhere inside the "{{cssStyle}}" attribute value.
Now try to let the selection expand beyond the attribute value (by repeated Ctrl-W) - for example to copy the whole {{<form:form>}} element.

Observed problem: Ctrl-W selection will not expand beyond the attribute value.


Issue was resolved
Comments (0)
 
History (1)
 
Links
 
Issue has no comments