Edgewall Software
Modify

Opened 15 years ago

Last modified 11 years ago

#8426 new defect

Unable to print any of the admin pages

Reported by: mpotter@… Owned by:
Priority: normal Milestone: next-major-releases
Component: admin/web Version: 0.11.4
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

From any of the admin pages (e.g. admin/general/perm, admin/accounts/users, admin/ticket/components) am unable to generate a useful printout. When one does so, I get the page title and Administration navigate box, but no useful information that was on the page. I assume the is a CSS issue.

Attachments (3)

ComponentsAdminPrintPreview.PNG (53.4 KB ) - added by mpotter@… 15 years ago.
Print Preview of Components Admin page
ComponentsAdminPrintPreview.2.PNG (40.8 KB ) - added by mpotter@… 15 years ago.
Print Preview of Components Admin page, smaller version
Picture 4.png (24.3 KB ) - added by Thijs Triemstra <lists@…> 14 years ago.
Safari 5 print as pdf on osx 10.6

Download all attachments as: .zip

Change History (14)

by mpotter@…, 15 years ago

Print Preview of Components Admin page

by mpotter@…, 15 years ago

Print Preview of Components Admin page, smaller version

comment:1 by Remy Blank, 15 years ago

Milestone: 0.11.6

Mmh, yes, I can reproduce this. Thanks for the report.

comment:2 by Remy Blank, 15 years ago

Owner: set to Remy Blank

comment:3 by Remy Blank, 15 years ago

I think I know where this comes from. Here's the end of trac.css:

@media print {
 #header, #altlinks, #footer, #help { display: none }
 .nav, form, .buttons form, form .buttons, form .inlinebuttons,
 .noprint, .trac-rawlink {
   display: none;
 }
 form.printableform { display: block }
}

This hides all forms, except those having the .printableform class. If it's that simple, I'll try to slip this into 0.11.5.

in reply to:  3 ; comment:4 by Remy Blank, 15 years ago

Replying to rblank:

If it's that simple, I'll try to slip this into 0.11.5.

Nope, more complicated than expected. I managed to have basic printing functionality in the admin panels, but somehow the tables (e.g. components) are put on a separate page, and if the table is larger than the page, the remaining rows are dropped. I'll have to experiment some more.

in reply to:  4 ; comment:5 by potter <mpotter@…>, 15 years ago

Replying to rblank:

This hides all forms, except those having the .printableform class.

Replying to rblank:

I managed to have basic printing functionality in the admin panels, but somehow the tables (e.g. components) are put on a separate page, and if the table is larger than the page, the remaining rows are dropped. I'll have to experiment some more.

I would think the navigation box on the left should not be printed. This might improve your "tables are put on a separate page" issue.

in reply to:  5 comment:6 by Remy Blank, 15 years ago

Replying to potter <mpotter@…>:

I would think the navigation box on the left should not be printed. This might improve your "tables are put on a separate page" issue.

Unfortunately, this was already the case in my tests. Only the center area was visible, but the table still wasn't printing on more than one page.

comment:7 by Remy Blank, 15 years ago

Milestone: 0.11.60.12.1

No new ideas, and not input, so I'm pushing this to a later release.

comment:8 by Remy Blank, 14 years ago

Milestone: next-minor-0.12.xnext-major-0.1X

Still no new ideas…

by Thijs Triemstra <lists@…>, 14 years ago

Attachment: Picture 4.png added

Safari 5 print as pdf on osx 10.6

comment:9 by Thijs Triemstra <lists@…>, 14 years ago

Attached a screenshot of 0.12.1 dev.

comment:10 by djones@…, 12 years ago

Still an issue (no surprise, I suppose). I am getting this on both 11.7 and 12.2. (Both hosted on Ubuntu / Apache in various versions.)

Accessed with both Firefox 3.6.3 and IE v8.0

comment:11 by Remy Blank, 12 years ago

Owner: Remy Blank removed

Refocusing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.