[jbosstools-issues] [JBoss JIRA] (JBIDE-14746) jQuery Table Element preview doesn't show stripes when "Stripes:" checkbox is selected

Denis Golovin (JIRA) jira-events at lists.jboss.org
Tue Jun 4 14:26:54 EDT 2013


Denis Golovin created JBIDE-14746:
-------------------------------------

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


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


More information about the jbosstools-issues mailing list