Closed
Bug 1454518
Opened 7 years ago
Closed 7 years ago
CSS filters are slow
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: alx741, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180327223059
Steps to reproduce:
Use a CSS filter on an image (any filter). The bug is more noticeable when the filter is applied through JS, otherwise the long time it takes to apply the filter blends with the time of loading the page.
Actual results:
The filter is properly applied, but it's way too slow
Expected results:
The filter should take effect much more faster. Compared with desktop Firefox, desktop Chrome, android Chrome, generic android browser; Filters take effect much more faster in all of them
Comment 1•7 years ago
|
||
Please provide a specific self-contained test case and define what "too slow" means as the term is very subjective. Thanks.
Flags: needinfo?(alx741)
Sorry about the delay. Here is a minimal test case:
https://gist.github.com/alx741/a8a81de51f09cdf7f70c4ddc56cdbc0a
The script applies a filter (grayscale, but the issue occurs for every filter) to the image when it's clicked/taped.
On Firefox, Chrome, Chromium and Android chrome the results are as expected: as soon as the image is clicked, the filter gets applied immediately.
On Android Firefox only: when the image is clicked it takes about 10 seconds before the filter takes place
Flags: needinfo?(alx741)
Comment 3•7 years ago
|
||
Closing per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Contact :susheel if you think this bug should be re-opened
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
| Assignee | ||
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
•