[
http://jira.jboss.com/jira/browse/JBIDE-1815?page=all ]
Alexey Kazakov reassigned JBIDE-1815:
-------------------------------------
Assignee: Andrei Scherbovich (was: Maxim Areshkau)
It's a bug of WTP.
EXECUTE: open pure WTP (without JBoss Tools)
EXECUTE: Create test.html:
<html dir= lang="" >
</html>
EXCUTE: Ctrl+Space on <html dir= |
EXCUTE: Choose "ltr". Enter.
FAILURE: We got <html dir= "ltr""" >
Please report it to bugzilla.
CA: incorrect insertion of value with help of content assist in some
case
-------------------------------------------------------------------------
Key: JBIDE-1815
URL:
http://jira.jboss.com/jira/browse/JBIDE-1815
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 2.1
Environment: Build from SVN revision 6521
Reporter: Andrei Scherbovich
Assigned To: Andrei Scherbovich
Priority: Minor
Incorrect insertion of value with help of content assist in some case.
Steps to reproduce:
1. EXECUTE: Create JSF 1.2 KickStart project with faceletes and open
"/templates/common.xhtml" page
2. EXECUTE: Point cursor at the next place: [ <f:loadBundle basename= | "
var="msg" /> ]
3. EXECUTE: Use CA and choose to insert [resources] from it
4. ASSERT: [resources] successfully inserted: [ <f:loadBundle
basename="resources" var="msg" /> ]
5. FAILURE: Wrong insertion: [ <f:loadBundle basename="resources"msg"
/> ]
--
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