[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1738) Preview tab on VPE doesn't recognize css style.

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Tue Feb 5 07:00:03 EST 2008


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

        



More information about the jbosstools-issues mailing list