Bug 1735955 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Huh... I can reproduce this sometimes, but not always on the same elements, if at all. 

It looks like, though, when it does happen its because querying the cache fails to return bounds. We end up returning `IntRect()` at the end of `Bounds()` which is 0,0,0,0

More often than not, I can't reproduce on an initial page load of google.com, but can reproduce on a subsequent refresh.
Huh... I can reproduce this sometimes but not always, and not always on the same elements.

It looks like, though, when it does happen its because querying the cache fails to return bounds. We end up returning `IntRect()` at the end of `Bounds()` which is 0,0,0,0

More often than not, I can't reproduce on an initial page load of google.com, but can reproduce on a subsequent refresh.

Back to Bug 1735955 Comment 1