Open
Bug 916475
Opened 11 years ago
Updated 2 years ago
Outer scroll box(html) should be scrolled when inner scroll box(body) touched the top/bottom.
Categories
(Toolkit :: XUL Widgets, enhancement)
Tracking
()
NEW
People
(Reporter: alice0775, Unassigned)
References
()
Details
Build Identifier:
http://hg.mozilla.org/mozilla-central/rev/53d5e43e23cc
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0 ID:20130914030203
This is spun off from Bug 914251
Autoscroll does not work as expected.
html, body {
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
}
breaks autoscroll.
Steps To Reproduce:
1. Enable autoscroll from preferences if necessary
2. Open attached sample html
3. Attempt to autoscroll
Actual Results:
Outer scroll box(html) is not scrolled
Expected Results:
Outer scroll box(html) should be scrolled when inner scroll box(body) touched the top/bottom.
The behavior should be like overflowed textarea in this page.
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Severity: normal → enhancement
Reporter | ||
Comment 1•11 years ago
|
||
>The behavior should be like overflowed textarea in this page.
This is not true...
But in the case of comment#0, I think outer scroll box should be scrolled because last line of the content is cut off.
Reporter | ||
Updated•11 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
Comment 2•11 years ago
|
||
(In reply to Alice0775 White from comment #1)
> But in the case of comment#0, I think outer scroll box should be scrolled
> because last line of the content is cut off.
Agreed
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•