Open
Bug 1829265
Opened 3 years ago
Updated 3 years ago
Firefox DevTools provides incorrect hint on 'scroll-padding' properties if 'overflow' value propagated from <body>
Categories
(DevTools :: Inspector, defect)
Tracking
(firefox112 affected, firefox113 affected, firefox114 affected)
NEW
People
(Reporter: janestrapper, Unassigned)
Details
Attachments
(1 file)
|
174.32 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
Steps to reproduce:
I believe the summary clearly demonstrates the problem, but I'd like to provide my site as an example.
- Open https://chaoli.club
- Inspect the root element.
Actual results:
There is an incorrect hint that claims 'scroll-padding-top' has no effect on this element.
Expected results:
There should be no such hint.
This is a pure display issue, as the css property works as expected.
Comment 1•3 years ago
|
||
Managed to reproduce this issue on Windows 10 x64, macOS 11.6 and on Ubuntu 20.04 x64.
Severity: -- → S4
Status: UNCONFIRMED → NEW
status-firefox112:
--- → affected
status-firefox113:
--- → affected
status-firefox114:
--- → affected
Component: Untriaged → Inspector
Ever confirmed: true
OS: Unspecified → All
Product: Firefox → DevTools
Hardware: Unspecified → Desktop
You need to log in
before you can comment on or make changes to this bug.
Description
•