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

Andrei Scherbovich (JIRA) jira-events at lists.jboss.org
Tue Feb 12 13:12:30 EST 2008


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
         Assigned To: Maxim Areshkau
            Priority: Minor


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