[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-2442) "Insert Around/Before/After" will work incorrectlly if system should add taglib uri

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Thu Jul 17 19:27:35 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Max Rydahl Andersen updated JBIDE-2442:
---------------------------------------

    Fix Version/s: 3.0.0.beta
                       (was: 3.0.0.alpha)


> "Insert Around/Before/After" will work incorrectlly if system should add taglib uri
> -----------------------------------------------------------------------------------
>
>                 Key: JBIDE-2442
>                 URL: https://jira.jboss.org/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
>            Assignee: Maxim Areshkau
>            Priority: Minor
>             Fix For: 3.0.0.beta
>
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list