[
http://jira.jboss.com/jira/browse/JBIDE-1738?page=all ]
Denis Maliarevich resolved JBIDE-1738.
--------------------------------------
Resolution: Done
Assignee: Anton Klimkovich (was: Denis Maliarevich)
Bug is not reproducible.
On my environment (OS Windows XP, Eclipse 3.3.1) pages looks the same on Visual and
Preview tabs.
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
Assigned To: Anton Klimkovich
Fix For: 2.1
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