[JBoss JIRA] (JBIDE-14723) JQM Palette: New Collapsible Set wizard creates unnecessary </div>
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14723?page=com.atlassian.jira.plugi... ]
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}
> 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
12 years, 10 months
[JBoss JIRA] (JBIDE-14723) JQM Palette: New Collapsible Set wizard creates unnecessary </div>
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14723?page=com.atlassian.jira.plugi... ]
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
12 years, 10 months
[JBoss JIRA] (JBIDE-14591) Properties Tab for jQuery/jQuery Mobile "widgets"
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14591?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-14591:
----------------------------------
Affects Version/s: 4.1.0.Beta1
> Properties Tab for jQuery/jQuery Mobile "widgets"
> -------------------------------------------------
>
> Key: JBIDE-14591
> URL: https://issues.jboss.org/browse/JBIDE-14591
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Burr Sutter
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Beta2
>
> Attachments: 2013-05-22_1333.png
>
>
> The Properties Tab currently only has a General category. I would like to see us have another category where we have identified the most used jQuery/jQuery mobile widget properties such as:
> id (always at the top)
> data-role
> data-icon
> data-iconpos
> other data-* set of properties
> value (for input fields, value is pretty important)
> type (for input fields, critical)
> placeholder
> The available properties can be more extensive than what was originally shown in the wizard/dialog when the widget was dragged from the palette. Any property deemed important enough to show in the wizard/dialog should also be promoted into this new category.
> My proposal for the category name: jQuery
--
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
12 years, 10 months