Closed Bug 160660 Opened 23 years ago Closed 23 years ago

Excess scrollbars on BODY element

Categories

(Core :: Layout, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: bugzilla.mozilla.org, Assigned: attinasi)

References

()

Details

(Keywords: qawanted)

Putting overflow:scroll on the BODY element will yield 2 scrollbars on the page instead of 1.
see testcase in the url of this bug
Status: UNCONFIRMED → NEW
Ever confirmed: true
dup of Bug 47960 ?
no, 47960 is a different issue regarding the placement of the scrollbar. This bug is about how multiple scrollbars are displayed instead of one.
This IS a dup of bug 47960. The testcase in the other bug just doesn't have two scrollbars because the page isn't long enough. *** This bug has been marked as a duplicate of 47960 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
On second thought, this isn't really a dup, its just plain invalid. See bug 47960 for the reasons why. I'm going to reopen because maybe we should do something else in quirks mode.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Keywords: qawanted
QA Contact: petersen → ian
on third thought, this should not be marked INVALID as you should never view the BODY element as a separate element in quirks mode. Only in standards mode is BODY no longer the documentElement. In quirks mode, there is no difference between BODY and HTML - that difference only exists in standards mode. In quirks mode, and in retrospect to prior usage during the last years (IE4+, Opera), setting the CSS attribute overflow on BODY is the same as manipulating the HTML scroll attribute on BODY - which deals with document scrollbars, not the scrollbars on the BODY element itself.
No, quirks only exist when major web pages or significant numbers of real web pages break because of something. Otherwise we follow standards.
invalid per comments
Status: REOPENED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.