]
Denis Golovin updated JBIDE-2442:
---------------------------------
Fix Version/s: 3.0.0.alpha
"Insert Around/Before/After" will work incorrectlly if
system should add taglib uri
-----------------------------------------------------------------------------------
Key: JBIDE-2442
URL:
http://jira.jboss.com/jira/browse/JBIDE-2442
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.2
Environment: Build id: 200806231717-nightly
Build date: 06/23/2008 17:21
Reporter: Tatyana Romanovich
Assigned To: Maxim Areshkau
Priority: Minor
Fix For: 3.0.0.alpha
EXECUTE: Create any empty xhtml or jsp file
EXECUTE: add <html><body> </body></html>
EXECUTE: DnD any component from palette (<rich:panel>):
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%>
<html>
<body>
<rich:panel>
</rich:panel>
</body>
</html>
EXECUTE: Select panel in the Visual pane of Visual/Source tab of VPE
EXECUTE: R-mouse click and select any menu item from context menu: "Insert
Before", "Insert Around" and "Insert After"
EXECUTE: Select any component from another library (page shouldn't contain taglib for
them)
FAILURE: component is added incorrectly
RESULT:
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://richfaces.o
<h:form>
rg/rich" prefix="rich"%>
<html
</h:form>
>
<body>
<rich:panel>
</rich:panel>
</body>
</html>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: