[JBoss JIRA] Created: (JBIDE-1781) CA: content assist doesn't work for "styleClass" and "class" attributes
by Andrei Scherbovich (JIRA)
CA: content assist doesn't work for "styleClass" and "class" attributes
-----------------------------------------------------------------------
Key: JBIDE-1781
URL: http://jira.jboss.com/jira/browse/JBIDE-1781
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
Content assist doesn't work for "styleClass" and "class" attributes. It should display available style classes.
Steps to reproduce:
1. EXECUTE: create style class in jsp (or any) file
<style type="text/css">
.myStyle {
background: pink;
color: green;
}
</style>
2. EXECUTE: create any component where user can use "styleClass" or "class" attributes (<h:outputText> e.g.)
3. EXECUTE: create "styleClass" or "class" attributes and try to use CA for choosing "myStyle"
=> CA doesn't work
--
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
18 years
[JBoss JIRA] Created: (JBIDE-1738) Preview tab on VPE doesn't recognize css style.
by Anton Klimkovich (JIRA)
Preview tab on VPE doesn't recognize css style.
-----------------------------------------------
Key: JBIDE-1738
URL: http://jira.jboss.com/jira/browse/JBIDE-1738
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.0.1
Reporter: Anton Klimkovich
Attachments: CssAndPreview.PNG, CssAndVPE.PNG
1. Create Css file with:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #93B629;
}
Create JSFKickStart
Open inputUserName.jsp
Add <link href="/pages/cssfile.css" rel="stylesheet" type="text/css"/>
Look at screenshot. The result will be different on Visual and Preview tabs.
2. JSFwithFacelets KickStart project
Open common.xhtml template
Add to <style type="text/css">
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #93B629;
}
The result will be different on Visual and Preview tabs.
--
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
18 years
[JBoss JIRA] Created: (RHDS-270) Split a JBoss AS Server Manager Guide and a Seam Tools Guide
by Michael Yuan (JIRA)
Split a JBoss AS Server Manager Guide and a Seam Tools Guide
------------------------------------------------------------
Key: RHDS-270
URL: http://jira.jboss.com/jira/browse/RHDS-270
Project: Red Hat Developer Studio
Issue Type: Feature Request
Components: Doc - RHDS GettingStartedGuide
Reporter: Michael Yuan
Assigned To: Svetlana mukhina
Fix For: 1.0.0.GA
I think we should keep the GSG really light and concise. Right now, some of chapters reads very long and they discourage the readers to read on. So I propose:
* Split the Server Manager chapter into a separate book called the "JBoss AS Server Manager Reference Guide". The Guide talks about how to setup server runtimes and go through every UI item to cover its features. In the GSG, we will just talk about how to start the JBoss AS 4.2 runtime pre-bundled in RHDS.
* Split all Seam chapters into a "Seam Dev Tools Reference Guide". The Guide talks about how to setup a Seam project from a fresh install of Eclipse+JBoss Tools (i.e, there is no pre-bundled JBoss AS runtime and data source, as they are in RHDS). We will cover all the Seam wizards (new form, new action, generate entity), as well as testing in the separate guide. In GSG, we will just have a chapter on how to setup a Seam project from scratch with tools already in RHDS (i.e., the chapter we already have in the GSG should suffice).
--
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
18 years, 1 month