Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-14309

jQuery Mobile code assist for <div data-role="panel" data-position="|" > should suggest right|left instead of fixed

XMLWordPrintable

      1. Create the following HTML5 file:

      <!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="">
      		
      </div>
      
      
      </body>
      </html>
      

      2. Try Ctrl+Space in data-position="|"
      3. There is "fixed" proposal. This is wrong. It should be "right" and "left".

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: