[JBoss JIRA] Created: (JBIDE-1944) "Insert Content for h:panelGrid" text wrongly disappears in VPE in some case.
by Andrei Scherbovich (JIRA)
"Insert Content for h:panelGrid" text wrongly disappears in VPE in some case.
-----------------------------------------------------------------------------
Key: JBIDE-1944
URL: http://jira.jboss.com/jira/browse/JBIDE-1944
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Reporter: Andrei Scherbovich
Assigned To: Maxim Areshkau
Priority: Minor
"Insert Content for h:panelGrid" text wrongly disappears in VPE in some case.
Steps:
1. EXECUTE: Insert <h:panelGrid></h:panelGrid> in source.
2. ASSERT: "Insert Content for h:panelGrid" text appears in VPE.
3. EXECUTE: Insert spaces inside <h:panelGrid> tag
4. FAILURE: "Insert Content for h:panelGrid" text disappear
This text should present in VPE untill user inserts some child (h:panelGroup e.g.) inside <h:panelGrid>.
The same problem for <h:dataTable> component.
--
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
17 years, 6 months
[JBoss JIRA] Created: (JBIDE-1941) Refresh in VPE differs from first-time openning file.
by Andrei Scherbovich (JIRA)
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
17 years, 6 months