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

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Thu Feb 28 11:19:58 EST 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-1738?page=comments#action_12400858 ] 
            
Anton Klimkovich commented on JBIDE-1738:
-----------------------------------------

Reproduced in 2.01

> 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: Sergey Vasilyev
>             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

        



More information about the jbosstools-issues mailing list