Attempting to print the contents of a <rich:modalPanel />
in my application results in a complete mess on the printed page.
The complete HTML underlying the <rich:modalPanel />
appears on the printed page, but completely faded out (as it sort of appears on screen). And somewhere on that page, is the <rich:modalPanel />
content itself - what the user actually wanted to print.
The expected behavior is to just print the <rich:modalPanel />
content, occupying the entire printed page. How would I configure this behavior, or what alternative media (media="print"
) styles do I need to include?