[ 
https://issues.apache.org/jira/browse/DOXIA-590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17679372#comment-17679372
 ] 

Fred Eckertson commented on DOXIA-590:
--------------------------------------

As I noted (without digging into it), I do not think the bootstrap approach 
using odd/even css selectors can work on tables with hidden rows.

 

Regarding your last question, no, The cerreal report uses the default skin 
(maven-base.css). It uses [a very small css 
file|https://github.com/cerner/ccl-testing/blob/main/cerreal-maven-plugin/src/main/resources/css/cerreal.css]
 to define some icons and [a very small javascript 
file|https://github.com/cerner/ccl-testing/blob/main/cerreal-maven-plugin/src/main/resources/js/cerreal.js]
 to adjust the zebra striping (a/b assignments) as rows are [un]hidden.  Here 
is a small sample. The tests have been expanded to show their asserts and 
runtime errors.

 

!image-2023-01-20-18-32-31-967.png!

 

 

 

 

> Either provided element class or default class gets ignored
> -----------------------------------------------------------
>
>                 Key: DOXIA-590
>                 URL: https://issues.apache.org/jira/browse/DOXIA-590
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.8
>            Reporter: Fred Eckertson
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 2.0.0-M3
>
>         Attachments: image-2022-05-18-21-57-40-619.png, 
> image-2023-01-20-18-32-31-967.png
>
>
> The following construct is somewhat common in doxia-core
> att.addAttribute( Attribute.CLASS, "a" );
> The documentation says that basic attributes (including CLASS) are supported. 
> However in cases like this either that "a" or the CLASS that was provided in 
> the attributes parameter will be ignored. The correct way to do this is to 
> append the provided CLASS to "a " if a CLASS attribute was provided.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to