Closed
Bug 138505
Opened 23 years ago
Closed 22 years ago
[float]Horizontal Scroll Missing On Table Wider than Browser
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
Future
People
(Reporter: mrmazda, Assigned: attinasi)
References
()
Details
(Keywords: testcase)
Attachments
(1 file, 3 obsolete files)
293 bytes,
text/html
|
Details |
2002041808 OS/2 trunk
800 X 600
To reproduce:
1-Size browser to more than 680 pixels wide
2-Open any page
3-Open in same window or tab URL indicated
4-Size browser to considerably less than 680 pixels wide
5-Execute back
6-Execute maximize
7-Execute forward
8-Execute restore
Actual behavior:
1-Image links left of their following descriptions disappear
2-Horizontal scrollbar is missing when narrower than 680 pixels
Expected behavior:
1-Image links left of their following descriptions remain
2-Horizontal scrollbar appears when narrower than 680 pixels
Notes:
Subject seems to be poor design, and lacks doctype and charset statements, but
links should appear regardless.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
I added the missing closing tags, alt="", and other to make the page validate,
but when width too narrow, still no horizontal scroll, and still the images
disappear.
Reporter | ||
Comment 3•23 years ago
|
||
May be dupe of bug 138455. Bugzilla seems to be behind in including new bugs in
the search database. When I went to "view bugs already reported today"
<http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=1&votes=&chfield=%5BBug+creation%5D&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Browser&product=MailNews&short_desc=&short_desc_type=substring&long_desc=&long_desc_type=substring&bug_file_loc=&bug_file_loc_type=substring&status_whiteboard=&status_whiteboard_type=substring&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time>
I find the newest is about 40 behind those I just filed. I set a query of
literally all my bugs before noon EST and as of about 50 minutes later the query
still has not returned anything beyond ". . . pondering . . . ."
![]() |
||
Comment 4•23 years ago
|
||
I cannot reproduce this with today's trunk linux nightly. Is this OS/2-only?
Comment 5•23 years ago
|
||
I see this on Windows, but I don't need any special steps.
If I open the testcase in the browser and size it smaller, text goes off the
left and no scrollbar appears.
Comment 6•23 years ago
|
||
I recommend the "Cleaner testcase" to reproduce this.
All I had to do was open this page in a browser window and size it smaller and
no horizontal scrollbar appeared.
Information was cut off on the left.
This was this morning Windows build - 2002041903
Assignee: jst → attinasi
Status: UNCONFIRMED → NEW
Component: DOM HTML → Layout
Ever confirmed: true
OS: OS/2 → All
QA Contact: stummala → petersen
Hardware: PC → All
Comment 7•23 years ago
|
||
I don't think this is related to bug 138455, that's going on about floated box
elements, but there's not a float to be seen anywhere here.
I've made a much simpler testcase, will attach in a mo.
I see the problem too, Win98SE, 1.0 RC1 (2002041711)
Comment 8•23 years ago
|
||
Just view it, and make the window narrower
Comment 9•23 years ago
|
||
Text of even more reduced testcase:
<html>
<head>
<title>bug 138505 testcase</title>
</head>
<body>
<table width="600" align="right">
<tr><td>
why does this long string disappear off the left hand side of the window, without
showing a scrollbar, when you make the window narrow?
</td></tr>
</table>
</body>
</html>
Removing the align="right" on the table makes everything behave more normally.
Comment 10•23 years ago
|
||
Attachment #79999 -
Attachment is obsolete: true
Attachment #80014 -
Attachment is obsolete: true
Attachment #80083 -
Attachment is obsolete: true
Comment 11•23 years ago
|
||
*** Bug 138455 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
n.b. "align" is implemented with floats in Mozilla.
Summary: Horizontal Scroll Missing On Table Wider than Browser → [float]Horizontal Scroll Missing On Table Wider than Browser
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Comment 14•22 years ago
|
||
dupe of "create scrollbar for / allow scrolling to overflow top (above) / left
of container"
see also bug 185997
*** This bug has been marked as a duplicate of 6976 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•