Closed
Bug 1073453
Opened 11 years ago
Closed 9 years ago
The homescreen force a composite when launching an app
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Firefox OS Graveyard
Gaia::Homescreen
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vingtetun, Unassigned)
References
Details
When an app is launched the homescreen update the icon that has been clicked with an effect on it during touchend (in shared/elements/gaia_grid/js/grid_view.js on the clickIcon handler by adding the 'launching' class.
The previous homescreen used to apply this class only after a delay (of 100ms IIRC) of holding the icon. This avoid an extra repaint when launching an app.
Comment 1•11 years ago
|
||
Would this still be visible to the user though? I thought that the old home screen used some SVG effect which was much slower than what we were doing in the new home screen.
Comment 2•9 years ago
|
||
Mass update: Resolve wontfix all issues with legacy homescreens.
As of 2.6 we have a new homescreen and having these issues open is confusing. All issues will block bug 1231115 so we can use that to re-visit any of these if needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•