Page MenuHomePhabricator

text overflows template boundaries in print view in narrow browser
Closed, InvalidPublic

Description

Author: davidfass

Description:
The text in some templates appears (only in Print view) to overflow the template
borders when the browser width is made small. For example, at
http://en.wikipedia.org/w/index.php?title=Book_of_Isaiah&printable=yes, there
is currently an "improve this article" template in the section "Songs of the
Suffering Servant". When the browser width is decreased, the text in the
template overruns the template borders. I suppose this should not happen, cause
it looks bad.


Version: unspecified
Severity: normal
OS: Windows XP
Platform: PC
URL: http://en.wikipedia.org/w/index.php?title=Book_of_Isaiah&printable=yes

Details

Reference
bz9188

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:38 PM
bzimport set Reference to bz9188.
bzimport added a subscriber: Unknown Object (MLST).

ayg wrote:

The issue is that the long URL stretches the table cell, which makes the rest of
the text happily expand to the full width as well. This has to do with table
sizing algorithms, which differ markedly from those for other elements; if the
contents were converted to use CSS (which would be doable although not
necessarily clean), the problem would not occur. Regardless, this isn't really
something we can fix, it's a content issue.