Closed
Bug 219859
Opened 22 years ago
Closed 21 years ago
content before <table height=100%> all inside a table cell is pushed off top of table cell (was "problem scrolling frames")
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: znick, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.26 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030827
when looking for products (it's a commercial site) sometimes the list is
partially hidden, like if it needed for a scroll bar.
for example, try this page
http://www.gamestart.it/negozio/listaps2.asp?query=gen=13%20and%20piat=7&piat=7
I guess it might be a macromedia plugin bad implementation
Reproducible: Always
Steps to Reproduce:
1.go to www.gamestart.it
2.select playstation 2
3.Select "tutti" from menu bar on the left side
Actual Results:
product list appears almost correct while downloading the page, then partially
disappear (the centrre frame is bad)
Expected Results:
what internet explorer does: list appears centered and no products are hidden
Comment 1•22 years ago
|
||
Testcase showing the actual problem, I'll go through and update all the other
fields...
Comment 2•22 years ago
|
||
This has nothing to do with frames, the actual problem is that inside a table
cell, any content before a <table height='100%'> is being pushed out off the top
of the table cell.
Someone please fix the summary for me, I couldn't think of a good way to phrase
it at 1 AM...
And no, I have no idea at all if this is a dupe or invalid or anything, I only
testcased it.
Assignee: frame → table
Component: Layout: HTML Frames → Layout: Tables
OS: Windows 2000 → All
Hardware: PC → All
Summary: problems scrolling frames → content before <table height=100%> all inside a table cell is pushed off top of table cell (was "problem scrolling frames")
Comment 3•22 years ago
|
||
Confirming. Happens in both quirks and standards mode... Oddly, the overflow
is NOT painted. :(
Status: UNCONFIRMED → NEW
Ever confirmed: true
I think I did fix this thing, please reopen if you still see this with a recent
nightly or 1.8.4a.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•21 years ago
|
||
No bug / patch referenced as the fix.
->WORKSFORME
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•21 years ago
|
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•