Open
Bug 1191869
Opened 9 years ago
Updated 7 months ago
Content process sends back stale data to pageinfo. Need to receive a message to stop content task when page info dialog is closed.
Categories
(Firefox :: Page Info Window, defect)
Firefox
Page Info Window
Tracking
()
NEW
People
(Reporter: jimicy, Unassigned)
References
Details
STR
1. Go on imgur.com. Open pageInfo
2. Scroll down really fast. Open pageinfo again resetting the current pageinfo
+ before pageinfo receives the remove listener message from the content process
+ the previous pageinfo content process querying will send back pageinfo media data
Console log
final send processFrames imageViewRows==========
receive message PageInfo:mediaData
receive message PageInfo:mediaData
receive message PageInfo:mediaData
completed receive message PageInfo:mediaData==========
You receive messages from the previous content process querying that the old pageinfo started before you stop listening in your new pageinfo
The correct behaviour
final send processFrames imageViewRows==========
completed receive message PageInfo:mediaData==========
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:florian, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: jimmyw22 → nobody
Flags: needinfo?(florian)
Updated•2 years ago
|
Severity: normal → S3
Updated•7 months ago
|
Flags: needinfo?(florian)
You need to log in
before you can comment on or make changes to this bug.
Description
•