Closed
Bug 1425485
Opened 7 years ago
Closed 7 years ago
overscroll-behavior has no effect for <textarea>
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | unaffected |
| firefox58 | --- | unaffected |
| firefox59 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(2 files, 1 obsolete file)
STR:
1. Load the attached testcase in Firefox Nightly
2. Use the mousewheel/trackpad to scroll down over the
textarea.
3. After the textarea scrolls to the bottom, continue
scrolling down.
Expected results:
Since the textarea is marked overscroll-behavior:contain,
the page does not scroll down.
Actual results:
The page scrolls down.
| Assignee | ||
Updated•7 years ago
|
status-firefox57:
--- → unaffected
status-firefox58:
--- → unaffected
status-firefox59:
--- → affected
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
We fixed the same issue for scroll-behavior a year ago: bug 1320200.
See Also: → 1320200
| Assignee | ||
Updated•7 years ago
|
Attachment #8937082 -
Attachment mime type: text/plain → text/html
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → botond
| Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8937109 [details]
Bug 1425485 - Propagate overscroll-behavior on a text input to the anonymous scrollable <div> inside it.
https://reviewboard.mozilla.org/r/207808/#review213698
Should we just reuse inherit-scroll-behavior? Seems like we only need one class here.
Attachment #8937109 -
Flags: review?(tnikkel) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•7 years ago
|
Attachment #8937109 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•7 years ago
|
||
Comment on attachment 8937141 [details]
Bug 1425485 - Propagate overscroll-behavior on a text input to the anonymous scrollable <div> inside it.
Carrying r+ (not making this a new revision of the earlier review was a MozReview fail).
Attachment #8937141 -
Flags: review?(tnikkel) → review+
| Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8937141 [details]
Bug 1425485 - Propagate overscroll-behavior on a text input to the anonymous scrollable <div> inside it.
I guess I can't actually do that with MozReview. Timothy, could you re-r+ please?
Attachment #8937141 -
Flags: review+ → review?(tnikkel)
Comment 8•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8937141 [details]
Bug 1425485 - Propagate overscroll-behavior on a text input to the anonymous scrollable <div> inside it.
https://reviewboard.mozilla.org/r/207850/#review213724
Attachment #8937141 -
Flags: review?(tnikkel) → review+
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99fe32dcca1c
Propagate overscroll-behavior on a text input to the anonymous scrollable <div> inside it. r=tnikkel
Comment 10•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•