Closed
Bug 574045
Opened 15 years ago
Closed 15 years ago
[e10s] Tiles don't update while panning
Categories
(Firefox for Android Graveyard :: Panning/Zooming, defect)
Firefox for Android Graveyard
Panning/Zooming
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jdm, Assigned: mbrubeck)
Details
Attachments
(1 file, 1 obsolete file)
|
2.46 KB,
patch
|
stechz
:
review+
|
Details | Diff | Splinter Review |
Using e10s+m-b: if I pan around a page, no new tiles are drawn until I stop panning.
| Assignee | ||
Updated•15 years ago
|
Summary: Tiles don't update while panning → [e10s] Tiles don't update while panning
| Assignee | ||
Comment 1•15 years ago
|
||
| Assignee | ||
Comment 2•15 years ago
|
||
Even on non-e10s builds this is quite usable on a Nexus One. (Very slightly jerky, but much better than scrolling through screenfuls of nothing but checkerboard.)
OS: Linux → All
Hardware: x86 → All
Comment 3•15 years ago
|
||
Comment on attachment 455172 [details] [diff] [review]
patch
If you are going to include the setPrefetch changes in this patch, we need to probably remove the idle observer from browserview.
Attachment #455172 -
Flags: review?(webapps) → review-
| Assignee | ||
Comment 4•15 years ago
|
||
Remove the idleServiceObserver and setPrefetch calls from the dragger.
Attachment #455172 -
Attachment is obsolete: true
Attachment #455178 -
Flags: review?(webapps)
Updated•15 years ago
|
Attachment #455178 -
Flags: review?(webapps) → review+
Comment 5•15 years ago
|
||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
I'm not sure to understand why we removed completely the calls to the idleObserver? This one was added to prevent the tiles to be changes once you've start panning. Even if this is going to be removed soon with Layers we should probably keep it for now.
You need to log in
before you can comment on or make changes to this bug.
Description
•