Closed Bug 46112 Opened 24 years ago Closed 23 years ago

Overflow: hidden not working correctly on Linux

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED WORKSFORME
Future

People

(Reporter: christinehoff4, Assigned: waqar)

Details

Attachments

(1 file)

Using the following builds:
Win: 7_20_08
Mac: 7_19_12
Linux: 7_21_08
Open the attached file. Textarea is contained in a div which has an 'Overflow' 
value of 'hidden'. 

Expected result: Areas outside designated height and width should be clipped. 

Actual result: Windows and Mac display correctly. On Linux, there is some 
remaining part of the scrollbar still displaying.
Changed component from HTML element to Style. Assigned engineer may need to be 
changed as well.
Component: HTML Element → Style System
QA Contact: petersen → chrisd
waqar, kmcclusk said you would be the guy to look into this...
Assignee: clayton → waqar
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: --- → Future
I have a different manifestation of this bug - or is it a new bug?

See test case at http://www.copyn.plus.com/mozTest9.html

Here the image is contained within 2 DIV elements.  The inner has
overflow:hidden.  In this case the Image overspills both DIVs.

Compare this to http://www.copyn.plus.com/mozTest10.html where both DIVs have
overflow:hidden.

In this case the Image is correctly clipped.

It is as though the overflow settings do not 'bubble-up' correctly unless
explicitly set.

This behaviour is seen in Linux Moz0.7 and Windows NT using Netscape6.0.

Since bug wrises in my work-around for bug 63605 I would request that this bug
be re-opened or tied in to 63605.
Does this bug, as originally reported, still exist?
The symptoms described in the first test case are still there for Moz0.7 in
Linux but appear fine under Windows NT.  Note that my test cases fail under
Windows NT and Linux.
Netscape's standard compliance QA team reorganised itself once again, so taking 
remaining non-tables style bugs. Sorry about the spam. I tried to get this done 
directly at the database level, but apparently that is "not easy because of the 
shadow db", "plus it screws up the audit trail", so no can do...
QA Contact: chrisd → ian
Mozilla's behavior in http://www.copyn.plus.com/mozTest9.html is correct (at
least as of build 2001032405).

The inner DIV is large enough to contain the image, so the fact that it's
"overflow: hidden" is irrelevant. The inner DIV and the image both spill out of
the outer DIV because the outer DIV has "overflow: visible" (the default). No
clipping should occur in this test case.

The original bug filed here is gone too. The textarea is indeed clipped in
Linux. There is a repainting problem, however; the part of the textarea that is
not initially visible often fails to be updated when it is selected after having
been scrolled into view. This should be filed as a separate bug.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: