[
https://jira.jboss.org/jira/browse/JBIDE-3750?page=com.atlassian.jira.plu...
]
Alexey Kazakov updated JBIDE-3750:
----------------------------------
Component/s: JSF
jsp/jsf/xml source editing
Fix Version/s: 3.1.0
Assignee: Victor Rubezhny
WTP HTML code assist processor recognize "style" as html style attributes and
don't ask proposals for an attribute value. So our JSF CA processor is not invoked
there.
We have to hook into WTP processor or refactor our JSF CA (as we planed) and use different
approach to get CA for JSF EL.
Not for GA anyway.
Make CA for EL in Styles on Xhtml pages.
----------------------------------------
Key: JBIDE-3750
URL:
https://jira.jboss.org/jira/browse/JBIDE-3750
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF, jsp/jsf/xml source editing
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
Assignee: Victor Rubezhny
Fix For: 3.1.0
1.
EXECUTE: Create JSFwithFacelets project
EXECUTE: Open greeting.xhtml
EXECUTE: Type <h:outputText value="AnyValue" style="color:#{}"
/> ()
EXECUTE: Set cursor into color:#{|}" and call CA
FAILURE: CA doesn't work.
Works on jsp pages.
2.
<style type="text/css">
input[type="button"], input[type="submit"] {
background-color:#{|};
}
</style>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira