[jbosstools-issues] [JBoss JIRA] (JBIDE-14309) jQuery Mobile code assist for <div data-role="panel" data-position="|" > should suggest right|left instead of fixed

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Apr 24 16:48:53 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-14309:
-----------------------------------

    Description: 
1. Create an HTML5:
{code}
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
	<title>JBoss Tools jQuery Mobile Palette Demo</title>
	<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

<div data-role="panel" id="panel-1" data-position="right">
		
</div>


</body>
</html>
{code}

2. 

    
> jQuery Mobile code assist for <div data-role="panel" data-position="|" > should suggest right|left instead of fixed
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-14309
>                 URL: https://issues.jboss.org/browse/JBIDE-14309
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          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 an HTML5:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
>     <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
>     <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
>     <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
> 	<title>JBoss Tools jQuery Mobile Palette Demo</title>
> 	<meta name="viewport" content="width=device-width, initial-scale=1">
> </head>
> <body>
> <div data-role="panel" id="panel-1" data-position="right">
> 		
> </div>
> </body>
> </html>
> {code}
> 2. 

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