[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1941) Refresh in VPE differs from first-time openning file.

Andrei Scherbovich (JIRA) jira-events at lists.jboss.org
Thu Mar 20 14:49:50 EDT 2008


Refresh in VPE differs from first-time openning file.
-----------------------------------------------------

                 Key: JBIDE-1941
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1941
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor
    Affects Versions: 2.1
            Reporter: Andrei Scherbovich
         Assigned To: Maxim Areshkau


Refresh in VPE differs from first-time openning file. When we refresh it seems not all styles caught from linked CSS files.

Steps:
1. EXECUTE: Import richfaces-demo-3.1.4.GA project into workspace
2. EXECUTE: Open "templates/main.xhtml" file
3. EXECUTE: In opened file edit string 
         <link rel="STYLESHEET" type="text/css" href="${facesContext.externalContext.requestContextPath}/css/common.css"/>
      into
         <link rel="STYLESHEET" type="text/css" href="/css/common.css"/>
      as we have a bug that we don't support jsf variables in file paths in VPE
4. EXECUTE: Save changes and reopen "templates/main.xhtml" file
5. EXECUTE: Press Refresh icon in VPE
6. ASSERT: Picture in VPE stays the same
7. FAILURE: Picture in VPE has changed
8. EXECUTE: Copy all styles from common.css file and hardcode it in main.xhtml
9. EXECUTE: Repeat steps 4-5
10. ASSERT: Picture in VPE stays the same. No failure.

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