[JBoss JIRA] Created: (JBIDE-3373) f:facet processing for xhtml pages using JSF tags
by Yura Zhishko (JIRA)
f:facet processing for xhtml pages using JSF tags
-------------------------------------------------
Key: JBIDE-3373
URL: https://jira.jboss.org/jira/browse/JBIDE-3373
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.cr1
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Insert next source example code into the page:
<h:panelGrid
columns="2" border="5" width="250"
rules="all" frame="above"
cellpadding="4" cellspacing="6"
bgcolor="silver"
style="COLOR: #ff0080; BACKGROUND-COLOR: #ffff00; TEXT-DECORATION: underline; FONT-STYLE: italic; FONT-WEIGHT: bold; FONT-SIZE: xx-large; FONT-FAMILY: 'Arial Black';"
styleClass=""
captionClass="myStyle0"
columnClasses="" rowClasses=""
headerClass="" footerClass="" >
<f:facet name="footer">
<p>sdlfsd</p>
<p>dsfjal</p>
<input type="button">fsdadf</input>
gkhadjksfg
</f:facet>
<h:outputText value="begin"/>
</h:panelGrid>
VPE doesn't render usuall html tags and simple text, but browsers do it. <f:facet> can content only one UIComponent for JSF components.
--
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
15 years, 10 months
[JBoss JIRA] Created: (JBIDE-3872) No space between style classes which have been applied from CSS dialog
by Yura Zhishko (JIRA)
No space between style classes which have been applied from CSS dialog
----------------------------------------------------------------------
Key: JBIDE-3872
URL: https://jira.jboss.org/jira/browse/JBIDE-3872
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.0.0.GA
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
Priority: Minor
1) Open/create CSS file
2) Add next content to created CSS file:
.myClass1, .myClass2 {
background-color: red;
}
3) Choose any componenet on the page that support styleClass or class attribute and make a mouseclick on it
4) Click the button opposite styleClass or class attribute in Properties view
5) Check Style class and choose the line with classes from step 2
6) Press OK
FAILURE: There is no space between style classes in styleClass attribute.
--
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
15 years, 10 months