[jbosstools-issues] [JBoss JIRA] (JBIDE-17171) Tab jQuery of Properties View: Cosmetic problems

Viacheslav Kabanovich (JIRA) issues at jboss.org
Fri May 30 14:41:16 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972100#comment-12972100 ] 

Viacheslav Kabanovich commented on JBIDE-17171:
-----------------------------------------------

It was not meant to have checkboxes 'Ajax' and 'Enhance' layouted in the same way in all forms. When they both  appeared on a customized form, I put them in one line, which useful to save area in case of many controls. Some widgets have no customized form, and by default all controls are put in one column. But I am ready to agree that even in the default form, we can always put 'Ajax' and 'Enhance' in one line. [~akazakov], should we do that? Is it ok to add one more PR to this issue, or is it better  to create new task?

> 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.Beta3
>
>         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.css" />
> 	<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> 	<script src="http://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
> </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 was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list