Page MenuHomePhabricator

use class="noprint" instead of OutputPage::isPrintable for FlaggedRevs
Closed, ResolvedPublic

Description

The text wrapped in id=mw-fr-reviewnotice is not shown, when using printable=yes in the url, but it is shown, when using the printer direct from the page. Without printable=yes the browser does not show any navigation parts in the print result, except id=mw-fr-reviewnotice when looking at a unstable page. Maybe some of the OutputPage::isPrintable should change to class="noprint". Thanks.


Version: unspecified
Severity: normal

Details

Reference
bz37149

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:24 AM
bzimport set Reference to bz37149.

Fixed in https://gerrit.wikimedia.org/r/16240.

This can also be caused by site CSS setting "display: block !important".

At the moment, I am using
#mw-fr-reviewnotice {
display: none;
}
in Print.css to hide the box on the print view.

https://de.wikipedia.org/w/index.php?title=MediaWiki:Print.css&diff=103719243&oldid=99498795