[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-1777) CA: in <style></style> tags content assist doesn't replace highlighted text
Andrei Scherbovich (JIRA)
jira-events at lists.jboss.org
Wed Feb 27 03:53:43 EST 2008
[ http://jira.jboss.com/jira/browse/JBIDE-1777?page=all ]
Andrei Scherbovich closed JBIDE-1777.
-------------------------------------
Resolution: Done
Assignee: (was: Maxim Areshkau)
This bug is added to eclips bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=220516
> CA: in <style></style> tags content assist doesn't replace highlighted text
> ---------------------------------------------------------------------------
>
> Key: JBIDE-1777
> URL: http://jira.jboss.com/jira/browse/JBIDE-1777
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml source editing
> Affects Versions: 2.0.1
> Reporter: Andrei Scherbovich
> Priority: Minor
>
> CA: in <style></style> tags content assist doesn't replace highlighted text
> Steps to reproduce:
> 1. EXECUTE: create some style in jsp file:
> <style type="text/css">
> h3 {
> background: lime;
> color: red;
> }
> </style>
> 2. EXECUTE: highlight "background" and press ctrl+space
> 3. ASSERT: content assist appears with possible fields
> 4. EXECUTE: choose any ("font" e.g.)
> 5. ASSERT: "background" wasn't replaced with "font". We got the next code instead:
> <style type="text/css">
> h3 {
> font: background: lime;
> color: red;
> }
> </style>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list