[jbosstools-issues] [JBoss JIRA] (JBIDE-14748) JQM Palette: New Footer Bar wizard creates unnecessary </div>

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Jun 4 15:21:54 EDT 2013


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

Alexey Kazakov updated JBIDE-14748:
-----------------------------------

    Description: 
{code}
<div data-role="footer" id="footer-1" class="ui-bar">
  <a href="#" data-icon="plus">Add</a>
  <a href="#" data-icon="arrow-u">Up</a>
  <a href="#" data-icon="arrow-d">Down</a>
</div>

	
</div>   <!-- !!!! -->
{code}

  was:
{code}
<div data-role="footer" id="footer-1" class="ui-bar">
  <a href="#" data-icon="plus">Add</a>
  <a href="#" data-icon="arrow-u">Up</a>
  <a href="#" data-icon="arrow-d">Down</a>
</div>

	
</div>   <!-- !!!! ->
{code}


    
> JQM Palette: New Footer Bar wizard creates unnecessary </div>
> -------------------------------------------------------------
>
>                 Key: JBIDE-14748
>                 URL: https://issues.jboss.org/browse/JBIDE-14748
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 4.1.0.Beta2
>
>
> {code}
> <div data-role="footer" id="footer-1" class="ui-bar">
>   <a href="#" data-icon="plus">Add</a>
>   <a href="#" data-icon="arrow-u">Up</a>
>   <a href="#" data-icon="arrow-d">Down</a>
> </div>
> 	
> </div>   <!-- !!!! -->
> {code}

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