[
http://jira.jboss.com/jira/browse/JBIDE-1777?page=comments#action_12399353 ]
Alexey Kazakov commented on JBIDE-1777:
---------------------------------------
Looks like a bug of WTP. We don't provide any CA for styles.
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
Assigned To: Maxim Areshkau
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