[jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-1773) When user edits styles inside <head> tag VPE doesn't catch it dynamicly

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Mon Jun 9 09:43:49 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-1773?page=all ]

Max Rydahl Andersen closed JBIDE-1773.
--------------------------------------


> When user edits styles inside <head> tag VPE doesn't catch it dynamicly
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-1773
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1773
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor
>    Affects Versions: 2.0.1
>            Reporter: Andrei Scherbovich
>            Priority: Optional
>             Fix For: 2.1.1
>
>
> When user edits styles inside <head> tag VPE doesn't catch it dynamicly.
> Steps:
> 1. Create jsp file with the following content:
> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
> <html>
> 	<head>
> 		<style type="text/css">
> 			h3 {
> 				background: lime;
> 				color: red;
> 			}
> 		</style>
> 	</head>
> 	<body>
> 		<h3>
> 			Some very nice text
> 		</h3>
> 	</body>
> </html>
> ==> Styles works good in VPE
> 2. Try to change "h3" style
> ==> as user changes it styles in VPE are broken. Only after "refresh" button user can see it again.

-- 
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