Edgewall Software
Modify

Ticket #2816 (closed enhancement: worksforme)

Opened 6 years ago

Last modified 5 years ago

Wiki "table of contents" are badly printed out

Reported by: eblot Owned by: jonas
Priority: lowest Milestone:
Component: wiki system Version: devel
Severity: trivial Keywords:
Cc:
Release Notes:
API 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

Change History

comment:1 Changed 6 years ago by cboos

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!).

comment:2 Changed 6 years ago by eblot

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 Changed 5 years ago by sid

  • Keywords needinfo added

comment:4 follow-up: Changed 5 years ago by cboos

  • Keywords needinfo removed
  • Resolution set to worksforme
  • Status changed from new to closed

I guess this is a worksforme, do you agree manu?

comment:5 in reply to: ↑ 4 Changed 5 years ago by eblot

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.

comment:6 Changed 5 years ago by eblot

It seems to work as expected on Mac OS X and Firefox 2.0.0.6.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.