[jbosstools-issues] [JBoss JIRA] (JBIDE-14723) JQM Palette: New Collapsible Set wizard creates unnecessary </div>

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Sun Jun 2 02:00:55 EDT 2013


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

Alexey Kazakov updated JBIDE-14723:
-----------------------------------

    Description: 
The HTML code generated by this wizard has an extra </div>:

{code}
<div data-role="collapsible-set" id="collapsible-set-1">
  <div data-role="collapsible">
    <h4>A</h4>
    <p>Collapsible content.</p>
  </div>
  <div data-role="collapsible">
    <h4>B</h4>
    <p>Collapsible content.</p>
  </div>
  <div data-role="collapsible">
    <h4>C</h4>
    <p>Collapsible content.</p>
  </div>
</div>

	
</div>
{code}

  was:
The HTML code generated by this wizard has an extra </div>:

{code}
<div data-role="collapsible-set" id="collapsible-set-1">
  <div data-role="collapsible">
    <h4>A</h4>
    <p>Collapsible content.</p>
  </div>
  <div data-role="collapsible">
    <h4>B</h4>
    <p>Collapsible content.</p>
  </div>
  <div data-role="collapsible">
    <h4>C</h4>
    <p>Collapsible content.</p>
  </div>
</div>

	
*</div>*
{code}


    
> JQM Palette: New Collapsible Set wizard creates unnecessary </div>
> ------------------------------------------------------------------
>
>                 Key: JBIDE-14723
>                 URL: https://issues.jboss.org/browse/JBIDE-14723
>             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
>            Priority: Critical
>             Fix For: 4.1.0.Beta2
>
>
> The HTML code generated by this wizard has an extra </div>:
> {code}
> <div data-role="collapsible-set" id="collapsible-set-1">
>   <div data-role="collapsible">
>     <h4>A</h4>
>     <p>Collapsible content.</p>
>   </div>
>   <div data-role="collapsible">
>     <h4>B</h4>
>     <p>Collapsible content.</p>
>   </div>
>   <div data-role="collapsible">
>     <h4>C</h4>
>     <p>Collapsible content.</p>
>   </div>
> </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