[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:34:54 EDT 2013


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

Denis Golovin updated JBIDE-14746:
----------------------------------

    Description: 
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!


  was:
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}


    
> 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
>         Attachments: stripes-new.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