[
https://jira.jboss.org/browse/RF-9823?page=com.atlassian.jira.plugin.syst...
]
Jeff Wexler commented on RF-9823:
---------------------------------
theme.xcss of the generic Seam Web Project also does not appear to be loaded.
Steps performed:
* Using Eclipse Helios on Ubuntu 10.04 LTS, created a generic project using
File->New->Seam Web Project and created it as an ear
* Modified theme.css, h1 changing font-size: 1.6em; to font-size: 68px; Result: Font
displays larger as expected
* Modified theme.xcss, <u:selector name="h1"> changing
<u:style name="color" skin="tabDisabledTextColor"/>
to
<u:style name="color" value="red"/>
Result: No change. Welcome to Seam! font is not displayed as red.
* As a confirmation, modified theme.css, h1 adding color: green; Result: Welcome to Seam!
is displayed as green as expected
a:loadstyle doesn't processed xcss file into css stylesheet
-----------------------------------------------------------
Key: RF-9823
URL:
https://jira.jboss.org/browse/RF-9823
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: skinning
Affects Versions: 3.3.3.Final
Environment: jboss-5.1.0.GA, Seam 2.2.1.CR2
Reporter: Marek Novotny
Assignee: Alexander Smirnov
http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/a4j_loadSty...
describes in section 6.2.4.2 inclusion of xcss script .
I have tried it in very simple seam-gen application with:
<a:loadStyle src="/stylesheet/theme.xcss"/>
and it is processed into html as:
<link class="user" href="/testrichfaces/stylesheet/theme.xcss"
rel="stylesheet" type="text/css" />
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira