Alexey Kazakov created JBIDE-14437:
--------------------------------------
Summary: jQuery Mobile code assist for IDs should work for empty
id=""
Key: JBIDE-14437
URL:
https://issues.jboss.org/browse/JBIDE-14437
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Alpha2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.1.0.Beta1
1. Create the following 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 data-role="page" id="foo">
<div data-role="header">
<h1>Page Title</h1>
</div>
...
<a href="#bar">bar</a> <!-- code completion for
href="#| will show "foo" and "bar" -->
...
</div>
<div data-role="page" id="bar">
...
<a href="#foo">Back to foo</a> <!-- code completion for
href="#| will show "foo" and "bar" -->
...
</div>
</body>
{code}
--
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