Open
Bug 1007064
Opened 11 years ago
Updated 5 months ago
background-attachment local not work on textarea
Categories
(Core :: Layout: Form Controls, defect, P4)
Tracking
()
NEW
People
(Reporter: memmie, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140428174145
Steps to reproduce:
Create a textarea with overflow content and a background image using local attachment
Actual results:
When scroll in textarea the image don't scroll
Expected results:
When scroll in textarea the image should scroll (like the div)
| Reporter | ||
Comment 1•11 years ago
|
||
This work correctly in Safari but not in Chrome (which have lot of bugs related to background-attachment https://code.google.com/p/chromium/issues/list?q=background-attachment)
Comment 2•11 years ago
|
||
What's scrolling is not the textarea itself. You can sort of tell, because if you set it to "overflow: visible" it still scrolls. What's scrolling is an anonymous div inside the shadow DOM of the textarea... But the background is on the textarea, not on that div, so it knows nothing about the scrolling.
We really need a spec for form controls.
Component: Layout: View Rendering → Layout: Form Controls
Updated•11 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
OS: Mac OS X → All
Priority: -- → P4
Hardware: x86 → All
Comment 4•10 years ago
|
||
Looks like you have a regression for this bug in Firefox.
Now this bug exists in browser:
Name Firefox
Version 40.0.3
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:40.0) Gecko/20100101 Firefox/40.0
and in Firefox for Windows too (but I can't provide with details about the exact version for Windows)
Please, fix.
Thank you!
Comment 5•9 years ago
|
||
Bug present on Linux too, fwiw (as of todays v49.0a3, 2016-06-26).
Bug is still present in version 69.0 on Windows. Please see https://jsfiddle.net/zrcgktbv/ for an example of the problem.
Bug is still present in version 73.0.1 on Mac OS X 10.9.5.
See https://jsfiddle.net/zrcgktbv/ from s.sharpe.
Comment 8•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Keywords: regression
Still not fixed with 79.0 (64-bit) or Dev 80.0b8 (64-bit).
See https://jsfiddle.net/zrcgktbv/
Updated•3 years ago
|
Severity: normal → S3
Comment 10•2 years ago
|
||
This showed up as a browser parity issue on Mozilla Connect (with a generated background):
There doesn't seem to be any workaround.
Comment 11•5 months ago
|
||
This bug is still present in version 143.0.1 (64-bit) on Windows 11.
It has been more than 11 years since this bug was reported. Is anyone looking at this?
You need to log in
before you can comment on or make changes to this bug.
Description
•