[
https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-17171:
-----------------------------------------------
About 3. We get proposals by kbQuery to page processor. That is a very expensive
operation. It is ok when content assist is invoked, but it is not ok to call it for each
property on loading the form to decide if that property may provide content assist or not.
Tab jQuery of Properties View: Cosmetic problems
------------------------------------------------
Key: JBIDE-17171
URL:
https://issues.jboss.org/browse/JBIDE-17171
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta1
Reporter: Daniel Azarov
Assignee: Viacheslav Kabanovich
Priority: Minor
Fix For: 4.2.0.Beta2
Attachments: JQContent2.png, JQExtraSeparators.png, JQMProperties5.png
1. Extra separators
Test case:
EXECUTE:
1. Create HTML 5 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.4.2/jquery.mobile-1.4.2.min.cs... />
<script
src="http://code.jquery.com/jquery-1.10.2.min.js"></scrip...
<script
src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js&...
</head>
<body>
<div data-role="dialog">
</div>
</body>
</html>
{code}
2. Open file in Visual Page Editor
3. Select tag "div"
4. Open tab "jQuery" of Properties View
FAIL:
!JQExtraSeparators.png!
2. Different size of field "Data Role"
!JQContent2.png!
!JQExtraSeparators.png!
3. Code assist sign (yellow bulb icon) does not make sense with every field
For instance, field "Tolerance", if you press Ctrl+Space - nothing happen.
!JQMProperties5.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