Last modified: 2013-05-22 18:12:40 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15571, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13571 - Printable version should not include editsection links
Printable version should not include editsection links
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Lowest minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: editlinks
  Show dependency treegraph
 
Reported: 2008-03-31 18:49 UTC by Church of emacs
Modified: 2013-05-22 18:12 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Church of emacs 2008-03-31 18:49:33 UTC
When using the option printable=yes, "UI stuff" like editsection links are hidden via skins/common/wikiprintable.css:

/* Hide ugly UI stuff */
#quickbar, #topbar, #footer, #siteNotice,
.editsection, .toctoggle {
        display: none;
}


This means that they are not displayed - but they are still present. If a user tries to copy MediaWiki content to his favorite word processor or text editor, the hidden stuff gets visible. I think that happens quite often, for example when users don't want to print a whole Wikipedia article, but just some specific sections. (Of course you can do funny jokes with a print-out copy that has edit-links on it ("hey, strange, this edit link does not work, the page must be semi-protected or something..."), but doesn't really have a use).

I don't know whether it's the web browser's job to fix this, or MediaWiki's job, but I think it should be fixed.
Comment 1 Brion Vibber 2008-04-01 22:20:44 UTC
The "printable version" link is just the page with the print stylesheet applied on screen; the link only exists because people aren't used to print style sheets being automatically applied at print time.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links