Eric Ladner created JSPWIKI-909: ----------------------------------- Summary: Haddock template zebra table rendering issues Key: JSPWIKI-909 URL: https://issues.apache.org/jira/browse/JSPWIKI-909 Project: JSPWiki Issue Type: Bug Components: Templates and UI Affects Versions: 2.10.1 Reporter: Eric Ladner Priority: Minor
Zebra table rendering not correct. As an example, view the "Info" page on any wiki page that has more than a couple of versions. On Chrome, the table looks plain (no zebra stripes, all rows have a white background). Inspecting the elements shows no special classes or styles associated with any rows in the table. On Internet Explorer and Firefox, the odd rows have a black background. Inspecting the elements shows the odd rows have an inline style like: style="background-color: rgb(0,0,0);" -- This message was sent by Atlassian JIRA (v6.3.4#6332)