[
https://issues.jboss.org/browse/JBIDE-15195?page=com.atlassian.jira.plugi...
]
Radoslav Rábara closed JBIDE-15195.
-----------------------------------
Verified in JBDS 8.0.0 Alpha1-v20131212-0740-B25
Code assist should not suggest #{} for HTML5 files in properties
view
---------------------------------------------------------------------
Key: JBIDE-15195
URL:
https://issues.jboss.org/browse/JBIDE-15195
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.CR1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.0.Alpha1
Attachments: scr.png
1. Create a static web project
2. Create an HTML5 file:
{code}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,
initial-scale=1">
<link rel="stylesheet"
href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.cs... />
<script
src="http://code.jquery.com/jquery-1.9.1.min.js"></script...
<script
src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js&...
</head>
<body>
<div>
<div data-role="page" id="page-1">
</div>
</div>
</body>
</html>
{code}
3. Set cursor on <div data-role="page" id="page-1"> tag
4. Open Properties View
5. Click on value field of data-role attribute
6. Ctrl+Space
7. FAILURE: There is #{} proposal in the list:
!scr.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira