[
https://issues.jboss.org/browse/JBIDE-14746?page=com.atlassian.jira.plugi...
]
Denis Golovin updated JBIDE-14746:
----------------------------------
Priority: Optional (was: Major)
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.Beta2
Reporter: Denis Golovin
Priority: Optional
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}
--
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