#2816 closed enhancement (worksforme)
Wiki "table of contents" are badly printed out
| Reported by: | Emmanuel Blot | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The [[PageOutline]] macro does not work well when the page is sent to a printer.
A media-specific CSS rule could be added to either hide the TOC in paper prints or improve the TOC presentation.
Example:
@media print {
div.wiki-toc {
visibility: hidden;
}
}
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
I need to give it another try.
Firefox really s.cks at printing, so I eventually found some use to IE: printing documents ;-)
comment:3 by , 19 years ago
| Keywords: | needinfo added |
|---|
follow-up: 5 comment:4 by , 19 years ago
| Keywords: | needinfo removed |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
I guess this is a worksforme, do you agree manu?
comment:5 by , 19 years ago
Replying to cboos:
I guess this is a worksforme, do you agree manu?
I've been seeing this task every other day for two months and I always forgot to check it, sorry.
Let's close it, I can reopen it if I finally manage to test it and if it still fails.



Do you think it's still the case? For me. the [[PageOutline]] seems to be quite good looking on paper (as printed from Firefox, at least!).