[jbosstools-issues] [JBoss JIRA] (JBIDE-14746) jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
Vlado Pakan (JIRA)
jira-events at lists.jboss.org
Wed Jun 19 05:21:21 EDT 2013
[ https://issues.jboss.org/browse/JBIDE-14746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vlado Pakan closed JBIDE-14746.
-------------------------------
Verified with JBT 4.1.0.Beta2-v20130616-0721-B282.
> jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected
> --------------------------------------------------------------------------------------
>
> Key: JBIDE-14746
> URL: https://issues.jboss.org/browse/JBIDE-14746
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.1.0.Beta1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Priority: Optional
> Labels: usability
> Fix For: 4.1.0.Beta2
>
> Attachments: stripes-new.png, stripes-old.png
>
>
> To really see stripes generated test should contain at least three rows in tbody:
> {code}<table data-role="table" id="table-2" class="ui-responsive">
> <thead>
> <tr>
> <th>A</th>
> <th data-priority="1">B</th>
> <th data-priority="2">C</th>
> </tr>
> </thead>
> <tbody>
> <tr>
> <td>a1</td>
> <td>b1</td>
> <td>c1</td>
> </tr>
> <tr>
> <td>a2</td>
> <td>b2</td>
> <td>c2</td>
> </tr>
> <tr>
> <td>a3</td>
> <td>a3</td>
> <td>c3</td>
> </tr>
> </tbody>
> </table>
> {code}
> so instead of looking like:
> !stripes-old.png!
> it woold look like:
> !stripes-new.png!
--
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