Closed Bug 231275 Opened 21 years ago Closed 20 years ago

Aaeropostale.com does not have a scrollbar.

Categories

(Core :: Layout: Tables, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jfftck, Assigned: bernd_mozilla)

References

()

Details

(Keywords: testcase)

Attachments

(3 files)

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040115 Firebird/0.7+ (MozJF)
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040115 Firebird/0.7+ (MozJF)

It looks like www.aeropostale.com is resizing the page after it is rendered and
causing it to loose the scrollbars.

Reproducible: Always

Steps to Reproduce:
1. Visit www.aeropostale.com
Actual Results:  
if the screen is set to 800x600 or lower the scrollbars are not displayed. And
when the window is resized the scrollbars show up, but they do not scroll the
whole page. This problem does not happen in IE or Opera.

Expected Results:  
The scrollbars show up and scroll the whole page.
Confirming this behaviour with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.6) Gecko/20040115 Firebird/0.7+ (MozJF) after resizing Firebird windows.

And with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040117
Firebird/0.8.0+ (MozJF)

My two latest homemade - I'm MozJF :) - build (trunk and branch builds)

Seems to be a firebird only bug, because scrollbar are ok with Mozilla/5.0
(Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040117

Added URL in order to help working on this bug.

Confirming bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Modifying as it is a firebird only bug (cannot be able to reproduce it in Mozilla).

Moving it to Firebird / general hoping it is the right component :)
Component: DOM → General
Product: Browser → Firebird
Version: Trunk → unspecified
This is not a Firebird-specific bug.

This bug needs a testcase.
Assignee: general → nobody
Component: General → Layout
Product: Firebird → Browser
QA Contact: ian → core.layout
Version: unspecified → Trunk
Attached file testcase
testcase exhibits the bug with linux trunk 2004011708

the window loads the testcase without a vertical scrollbar, even if the window
is sufficiently too short to need one.	on resizing the window, a vertical
scrollbar appears.
Keywords: testcase
Attached file Testcase #2
Looks like a table overflow handling problem to me.
Component: Layout → Layout: Tables
QA Contact: core.layout → core.layout.tables
I noticed this same bug on Mozilla 1.6 (Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.6) Gecko/20040113). I also noted that if it does show scrollbars
that they do not scroll the entire contents of the page, I have no problem with
IE. I have been moving my mom to firefox and this is the only page she has
problems on. I do not want her using IE for all of the holes (spyware, virus,
and security), I handle these problems at work (tech support) and I don't want
to mess with them at home. I think it is a blocker if you have some sites that
don't scroll the entire page.
The cell content is aligned to the middle of the table cell which is 300px
heigh, the overflowing div is positioned at the center of the block, but the
table cell reports a overflow back as they div would be at the top of the table
cell.
Assignee: nobody → bernd_mozilla
Attached patch patchSplinter Review
Blocks: 204200
Comment on attachment 157645 [details] [diff] [review]
patch

This is one of the (many?) places that I missed during my checkin for bug
173277
Attachment #157645 - Flags: superreview?(dbaron)
Attachment #157645 - Flags: review?(dbaron)
Comment on attachment 157645 [details] [diff] [review]
patch

Fix the comment in nsTableFrame.h and specifically mention that it can change
overflow area too, and r+sr=dbaron
Attachment #157645 - Flags: superreview?(dbaron)
Attachment #157645 - Flags: superreview+
Attachment #157645 - Flags: review?(dbaron)
Attachment #157645 - Flags: review+
fix checked in
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: