Closed
Bug 1001287
Opened 11 years ago
Closed 10 years ago
[Midori][Home Screen]There only can add 19 app in one screen
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect, P2)
Firefox OS Graveyard
Gaia::Homescreen
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sync-1, Unassigned)
References
Details
Attachments
(2 files)
Mozilla build ID:20140404164003
Created an attachment (id=712514)
PIC
DEFECT DESCRIPTION:
There only can add 19 app in one screen
REPRODUCING PROCEDURES:
1.move all app and folder to a screen
2.There only can add 19 app in one screen-->KO
EXPECTED BEHAVIOUR:
KO:It should can add 20 app.
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
Free Test
TOOLS AND PLATFORMS USED:
USER IMPACT:
Medium
REPRODUCING RATE:
10/10
Comment 1•11 years ago
|
||
I found the grid.css
/* if disable e.me, adds 1 row of icons back */
@media (min-device-width: 320px) and (min-device-height: 640px) {
......
/* Maximum 16 icons for first page */
body.searchPageEnabled .apps ol:first-child > li:nth-child(17) {
here should change to
body.searchPageEnabled .apps div:first-child ol > li:nth-child(17) {
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
•