Open Bug 1219553 Opened 9 years ago Updated 2 years ago

Items not re-rendered sometimes if you scroll fast enough

Categories

(DevTools :: Memory, defect, P3)

43 Branch
defect

Tracking

(Not tracked)

People

(Reporter: jsantell, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [polish-backlog])

It's not janky, but the rows coming into view, due to the virtual viewport, are not rendered fast enough, resulting in white space flashing.

Nick thinks adding more rows on either end will fix this (right now only one extra row is rendered on each end)
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #0)
> Nick thinks adding more rows on either end will fix this (right now only one
> extra row is rendered on each end)

Adding more rows just offscreen doesn't help.

FWIW, most time here is spent in React.
When scrolling fast, when getting the "empty space" rendering, if going fast enough, often enough the space stays "empty" and does not render any rows until scrolling fast again.
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #2)
> When scrolling fast, when getting the "empty space" rendering, if going fast
> enough, often enough the space stays "empty" and does not render any rows
> until scrolling fast again.

Evolving bug for this issue.
Summary: Heap tree when scrolled fast does not render rows fast enough → Items not re-rendered sometimes if you scroll fast enough
No longer blocks: memory-tools-fx44
Has STR: --- → yes
Whiteboard: [polish-backlog]
Priority: -- → P3
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.