Opened 15 years ago
Last modified 11 years ago
#8426 new defect
Unable to print any of the admin pages
Reported by: | 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)
Change History (14)
by , 15 years ago
Attachment: | ComponentsAdminPrintPreview.PNG added |
---|
by , 15 years ago
Attachment: | ComponentsAdminPrintPreview.2.PNG added |
---|
Print Preview of Components Admin page, smaller version
comment:1 by , 15 years ago
Milestone: | → 0.11.6 |
---|
Mmh, yes, I can reproduce this. Thanks for the report.
comment:2 by , 15 years ago
Owner: | set to |
---|
follow-up: 4 comment:3 by , 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.
follow-up: 5 comment:4 by , 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.
follow-up: 6 comment:5 by , 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.
comment:6 by , 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 , 15 years ago
Milestone: | 0.11.6 → 0.12.1 |
---|
No new ideas, and not input, so I'm pushing this to a later release.
comment:10 by , 13 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
Print Preview of Components Admin page