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

Incorrect code formating when dropping from Palette inside a comment node

    XMLWordPrintable

Details

    Description

      1. Create the following HTML5 file:

      <!DOCTYPE html> 
      <html> 
       <head> 
              <title>My Page</title> 
              <meta name="viewport" content="width=device-width, initial-scale=1"> 
              <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.css" />
              <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
              <script src="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.js"></script>
       </head> 
       <body>
      
      	<div data-role="page" id="page-1">
      		<div data-role="header">
      			<h1>Page Title</h1>
      		</div>
      		<div data-role="content">
      			<p>Page content goes here.</p>
      			<!--comment-->
      			<a href="" id="button-1" class="ui-btn ui-icon-bars ui-btn-icon-left ui-corner-all">Link button</a>
      		</div>
      	</div>
      
       </body>
      </html>
      

      2. Drop a "Button" item from JQM Palette right after the <!-comment-> node (in the end of that line)
      Assert:

      ...
      		<div data-role="content">
      			<p>Page content goes here.</p>
      			<!--comment-->
      			<a href="" id="button-2" class="ui-btn ui-corner-all">Link button</a>
      			<a href="" id="button-1" class="ui-btn ui-icon-bars ui-btn-icon-left ui-corner-all">Link button</a>
      		</div>
      ...
      

      Failure: (see an extra tab symbol before <a>)

      ...
      		<div data-role="content">
      			<p>Page content goes here.</p>
      			<!--comment-->
      				<a href="" id="button-2" class="ui-btn ui-corner-all">Link button</a>
      			<a href="" id="button-1" class="ui-btn ui-icon-bars ui-btn-icon-left ui-corner-all">Link button</a>
      		</div>
      ...
      

      Attachments

        Issue Links

          Activity

            People

              dazarov_jira Daniel Azarov (Inactive)
              alexeykazakov Alexey Kazakov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: