Closed
Bug 702992
Opened 14 years ago
Closed 13 years ago
Flash elements lag while panning
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(blocking-fennec1.0 +, fennec11+)
RESOLVED
DUPLICATE
of bug 727116
People
(Reporter: tchung, Assigned: snorp)
References
()
Details
Attachments
(1 file)
104.98 KB,
image/png
|
Details |
For sites that have flash ads embedded, panning around a site tends to lag the flash ads with the panning.
test sites: www.techcrunch.com, www.businessinsider.com
Repro:
1) install nightly birch, SGS2: Mozilla/5.0 (Android; Linux armv7l; rv:10.0a1)
Gecko/20111116 Firefox/10.0a1 Fennec/10.0a1
2) have flash installed from market
3) visit pages with flash ads (see URL)
4) when page is done loading, identify the flash ads, and then pan around the page. Verify the ad is slightly laggy, and tries to snap back into place with panning
Expected:
- panning page with flash ads should feel fluid
Actual:
- flash ads keep up with panning
Comment 1•14 years ago
|
||
this is a side effect of the android NPAPI, the stock browser has similar behavior. Not sure how much we can do to make this better
Priority: -- → P4
Summary: Flash ads feel a step slower in snapping back in place when panning content → Flash elements lag while panning
Assignee | ||
Comment 2•14 years ago
|
||
The only thing I can think of to improve this is to snapshot the plugin while zooming/panning and hide the real plugin window. We then stick the snapshot in an OpenGL texture where we can manipulate it with the rest of the content. Once you stop panning/zooming we restore the plugin window. The major downside to this is that the flash content freezes during the panning/zooming operation. I personally think this is a good compromise, though.
It should also be noted that in HC and ICS this won't be an issue (though that is only based on my rough understanding).
Updated•14 years ago
|
Priority: P4 → P2
Comment 4•14 years ago
|
||
snorp, is there another bug for the snapshot feature to dupe this to?
Assignee: nobody → snorp
Updated•14 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
Keywords: fennecnative-releaseblocker
Updated•13 years ago
|
blocking-fennec1.0: --- → +
Updated•13 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•