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

Key: IDEADEV-25252
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Alexey Kudravtsev
Reporter: Taras Tielkes
Votes: 0
Watchers: 2
Operations

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

Ctrl-W can't expand beyond attribute value

Created: 28 Oct 07 16:13   Updated: 14 Mar 08 12:34
Component/s: CSS Editing, J2EE.JSP
Fix Version/s: Diana 8243, Selena 7.0.4

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

Build: 7,364
Fixed in build: 8,225


 Description  « Hide
<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>

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.



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