Your message dated Tue, 6 Mar 2007 19:23:49 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413714: iceweasel: {overflow:hidden} ugly chopping
characters in half
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: iceweasel
Version: 2.0.0.1+dfsg-1
Severity: wishlist
File: /usr/lib/iceweasel/iceweasel
Many lines of http://planet.linux.org.tw/ have the bottoms of the
characters missing, truncated at the waist. Then the paragraph ends.
One must do ALT V Y N to turn off basic style to cure it.
No I don't download sytlesheets.
I'm sure you don't see the problem as usual, just me.
Wait, I removed
div.post-contents {
height: 120px;
overflow: hidden;
}
from the page and the problem is solved.
OK, it was intentional, but it sure looks broken to cut characters in
half, or at least put a visible chopping bar or something.
Else one won't know if the content they already downloaded is right there
hidden. Especially if the cut comes at a paragraph break.
--- End Message ---
--- Begin Message ---
On Fri, Mar 02, 2007 at 09:10:41AM +0800, Dan Jacobson <[EMAIL PROTECTED]>
wrote:
> Package: iceweasel
> Version: 2.0.0.1+dfsg-1
> Severity: wishlist
> File: /usr/lib/iceweasel/iceweasel
>
> Many lines of http://planet.linux.org.tw/ have the bottoms of the
> characters missing, truncated at the waist. Then the paragraph ends.
>
> One must do ALT V Y N to turn off basic style to cure it.
>
> No I don't download sytlesheets.
>
> I'm sure you don't see the problem as usual, just me.
>
> Wait, I removed
> div.post-contents {
> height: 120px;
> overflow: hidden;
> }
> from the page and the problem is solved.
>
> OK, it was intentional, but it sure looks broken to cut characters in
> half, or at least put a visible chopping bar or something.
>
> Else one won't know if the content they already downloaded is right there
> hidden. Especially if the cut comes at a paragraph break.
This is exactly what is supposed to happen in such cases. That's what
the CSS spec say. Fix the site stylesheet instead.
The parts of the spec that are relevant to your case are:
An element's height exceeds an explicit height assigned to the
containing block (i.e., the containing block's height is determined by
the 'height' property, not by content height).
and
hidden
This value indicates that the content is clipped and that no
scrolling user interface should be provided to view the content
outside the clipping region.
in http://www.w3.org/TR/CSS21/visufx.html#overflow-clipping
Mike
--- End Message ---