Closed
Bug 1221340
Opened 9 years ago
Closed 9 years ago
[New Homescreen]scroll bar will appear when selecting already selected app in homescreen edit mode
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(b2g-master affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-master | --- | affected |
People
(Reporter: AdamA, Assigned: cwiiis)
References
()
Details
(Keywords: polish, Whiteboard: [2.6-Daily-Testing][Spark][systemsfe])
Attachments
(1 file)
3.38 KB,
text/plain
|
Details |
Description:
if the user is on the homescreen and taps the app that they already have selected then the scrollbar will appear for a moment on the right side of the screen.
Repro Steps:
1) Update a Flame to 20151103030244
2) Long press an app to enter edit mode
3) Select an app that can be deleted
4) Tap on selected apps icon again
5) Observe scroll bar on right side of screen
Actual:
the scroll bar appears on the screen for a moment
Expected:
it is expected that nothing happens or the app is unselected
Environmental Variables:
Device: Flame 2.6 [Full Flash] [512mb]
Build ID: 20151103030244
Gaia: 06de78d2c61c084956640c480280ba518b2fe29f
Gecko: bb4d614a0b09bcb9738c151dccfcd9b3857a6a7c
Gonk: 205ac4204bbbb2098a8046444acba551ba5dc75a
Version: 45.0a1 (2.6)
Firmware Version: v18D
User Agent: Mozilla/5.0 (Mobile; rv:45.0) Gecko/45.0 Firefox/45.0
Repro frequency: 10/10
See attached: video clip(https://youtu.be/u6uqhnlMIYE), logcat
Reporter | ||
Comment 1•9 years ago
|
||
This issue DOES occur on Aries 2.6.
Environmental Variables:
Device: Aries 2.6 [Full Flash]
BuildID: 20151103140850
Gaia: 06de78d2c61c084956640c480280ba518b2fe29f
Gecko: 59a6ad6a921f4809dfc37d943d765300c65721e5
Gonk: a19052e4389c3ae2d8fc3e7a74a475401baacc56
Version: 45.0a1 (2.6)
Firmware Version: D5803_23.1.A.1.28_NCB.ftf
User Agent: Mozilla/5.0 (Mobile; rv:45.0) Gecko/45.0 Firefox/45.0
Result:
the scroll bar appears on the screen for a moment
--------------------------------------------------
2.2 does not use the new homescreen.
Blocks: new-homescreen
QA Whiteboard: [QAnalyst-Triage?]
Flags: needinfo?(ktucker)
Summary: scroll bar will appear when selecting already selected app in homescreen edit mode → [New Homescreen]scroll bar will appear when selecting already selected app in homescreen edit mode
Updated•9 years ago
|
Keywords: polish
Whiteboard: [2.6-Daily-Testing][Spark] → [2.6-Daily-Testing][Spark][systemsfe]
Assignee | ||
Comment 2•9 years ago
|
||
I doubt there's anything we can do about this, but I'll take a look anyway.
Assignee: nobody → chrislord.net
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
No longer blocks: new-homescreen
Assignee | ||
Comment 3•9 years ago
|
||
Ok, investigated, and there's nothing we can do here. The scrollbar shows because we change from overflow:hidden (which we use to make performance while dragging acceptable) to overflow:scroll.
This depends on being able to specify somehow if you want scrollbars or not. I'll n?tif to see if there's any comment about whether we want to make it possible to unselect icons, but I expect this will be a wontfix in the end. I wouldn't have thought we'd want to be able to easily get into a state where you can basically do nothing.
Flags: needinfo?(tshakespeare)
Updated•9 years ago
|
QA Whiteboard: [QAnalyst-Triage?] → [QAnalyst-Triage+]
Flags: needinfo?(ktucker)
Comment 5•9 years ago
|
||
The scrollbar is visually undesirable, but it doesn't stop people from doing what they need/want to do.
As far as unselecting, the "Done" button is sufficient for unselecting.
Flags: needinfo?(ehunt)
Assignee | ||
Comment 6•9 years ago
|
||
Closing as wontfix, as there's nothing we can do here. This would rely on being able to declare that we don't want scrollbars/indicators to be displayed somehow, something that isn't currently possible. Feel free to open a bug on platform to request and track this (and cc me if you do :))
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•