[jbosstools-issues] [JBoss JIRA] (JBIDE-15195) Code assist should not suggest #{} for HTML5 files in properties view

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Jul 12 20:00:21 EDT 2013


Alexey Kazakov created JBIDE-15195:
--------------------------------------

             Summary: 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.css" />
    <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"></script>
  </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.

--
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


More information about the jbosstools-issues mailing list