Closed
Bug 185997
Opened 22 years ago
Closed 22 years ago
No horizontal scroll bar with "float: right"
Categories
(Core :: Layout: Floats, defect)
Tracking
()
People
(Reporter: gal.ga75, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
I saw this bug on al last Mozilla browsers since 1.0 both on Linux & Windows
versions.
When i see a web page that has picture larger that the screen capibility there
is no horizional scroll bar.
for example check (page in Hebrew language):
http://hydepark.co.il/hydepark/topic.asp?whichpage=52&topic_id=201547
Reproducible: Always
Steps to Reproduce:
1.Visit web page:
http://hydepark.co.il/hydepark/topic.asp?whichpage=52&topic_id=201547
2. scroll down you will see page don't have horizional scroll bar and still it
has info that can't be displayed.
3.
Actual Results:
page don't have horizional scroll bar and still it has info that can't be displayed.
Reporter | ||
Comment 1•22 years ago
|
||
this is a screen shot shows the problem i described.
this time it's Mozilla 1.3a.
url: http://hydepark.co.il/hydepark/topic.asp?whichpage=52&topic_id=201547
Updated•22 years ago
|
Summary: No horizinal scroll bar. → No horizontal scroll bar
Comment 2•22 years ago
|
||
Possible duplicate bugs. Saw a couple of filed bugs when searching bugzilla
using hte keyword 'hor' and saw at least several of them matching this summary
'No Horizontal Scroll Bar'.......
Comment 3•22 years ago
|
||
<table align=right><tr><td>
<img src='http://www.mozilla.org/images/mozilla-banner.gif' width=2000>
</td></tr></table>
align=left works fine (scroll bar shows up)
Comment 4•22 years ago
|
||
<div style="border: 1px solid blue; width: 2000px; float: right">
foo
</div>
Attachment #109706 -
Attachment is obsolete: true
Comment 5•22 years ago
|
||
marking NEW
==> floats
Assignee: asa → float
Status: UNCONFIRMED → NEW
Component: Browser-General → Layout: Floats
Ever confirmed: true
Keywords: testcase
QA Contact: asa → ian
Summary: No horizontal scroll bar → No horizontal scroll bar with "float: right"
*** This bug has been marked as a duplicate of 6976 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 7•22 years ago
|
||
This is another example - HTML is now minimal.
I discovered the problem.
the problem is written also in html comments.
giving align="rigth" in the main table creat this problem.
Another problem it that it's not showing the last <br> tags in the end of file.
Reporter | ||
Comment 8•22 years ago
|
||
It's different problem than bug 6976 (it's not duplicate).
This one is caused because improper use of align attribute in table tag.
Mozilla browser should ignore it - it's a very common web masters mistake.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
No, align="right" is valid on the TABLE element in transitional HTML, and this
is what it's supposed to do (create a float), except we should be able to scroll
to reach it. (Try using align="right" on something smaller than the width of
the browser window.)
*** This bug has been marked as a duplicate of 6976 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•