CA: DnD from JBoss Tools Pallete inserts wrong value in some case
-----------------------------------------------------------------
Key: JBIDE-1806
URL:
http://jira.jboss.com/jira/browse/JBIDE-1806
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.1
Reporter: Andrei Scherbovich
Assigned To: Maxim Areshkau
Priority: Minor
CA: DnD from JBoss Tools Pallete inserts wrong value in some case
Steps to reproduce:
1. EXECUTE: Open xhtml file with the following content:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core">
<body
xmlns:hh="http://java.sun.com/jsf/html">
<!-- DnD here JSF HTML outputText from JBoss Tools Pallete -->
</body>
</html>
2. EXECUTE: DnD JSF HTML inputText from JBoss Tools Pallete inside
<body></body>
3. ASSERT: <hh:inputText value="" /> appears at the place of dropping
4. FAILURE: <h:inputText value="" /> appears at the place of dropping and
xmlns:h="http://java.sun.com/jsf/html" appears inside <html> tag
--
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