]
Sergey Dzmitrovich resolved JBIDE-1738.
---------------------------------------
Resolution: Done
Assignee: Anton Klimkovich (was: Sergey Dzmitrovich)
this bug was reproduced only in version 2.01 and was not reproduced in versions 2.0 and
2.1
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.0.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: