Closed
Bug 902877
Opened 12 years ago
Closed 10 years ago
The opacity on the background image of everything.me force extra repaints when panning
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vingtetun, Unassigned)
References
Details
The css rule |#search-overlay { opacity: 0.4 }| in apps/homescreen/everything.me/modules/BackgroundImage/BackgroundImage.css force some extra repaints when panning and degrade the panning experience.
Dealing with opacity a different way should improve user experience.
Comment 1•12 years ago
|
||
The search-overlay opacity and logic have been changed.
Now, only the grid darkened layer is used.
Reporter | ||
Comment 2•12 years ago
|
||
Even without the change you mentionned it seems like it does not happen on the Leo device I have handy. That's fun - then let's forgot it for leo!
Reporter | ||
Comment 3•12 years ago
|
||
Apparently it happens only on mozilla-central. Can't reproduce on Unagi or Leo with a b2g18 build.
Comment 4•10 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
•