Open
Bug 930463
Opened 11 years ago
Updated 2 years ago
Overinvalidation of devtools' "inspect element"-selected element, when scrolling & when arrow-label is below the inspected element
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
Details
Attachments
(2 files)
STR:
0. Enable paint flashing.
1. Open attached testcase.
2. Right-click the black-bordered region and pick "Inspect Element"
3. Scroll the page.
ACTUAL RESULTS: The full black-bordered region is invalidated with each scroll-tick.
Reporter | ||
Comment 1•11 years ago
|
||
Here's a screencast of the STR on testcase 1, with a small Firefox window.
As shown here, the over-invalidation actually *only* happens after the devtools label is bumped down to below the element. (which happens as soon as the bottom of the element is visible (i.e. right away if the element is shorter than your browser-window))
So it looks like this is being caused by that label somehow.
Reporter | ||
Updated•11 years ago
|
Summary: Overinvalidation of devtools' "inspect element"-selected element, when scrolling → Overinvalidation of devtools' "inspect element"-selected element, when scrolling & when arrow-label is below the inspected element
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•