Closed
Bug 1133451
Opened 10 years ago
Closed 10 years ago
[Flame][Homescreen]The next card will be cut half off when closing one app in card view.
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1132980
blocking-b2g | 2.2+ |
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | unaffected |
b2g-master | --- | affected |
People
(Reporter: liuyong, Unassigned)
References
Details
(Keywords: regression)
Attachments
(2 files)
[1.Description]: [Flame][v3.0][Homescreen]In card view, close one app, the next card will be cut half off for a moment. Attachment: Cardview.mp4,logcat_1540.txt Found time:15:40 [2.Testing Steps]: 1. Launch more than two apps. 2. Long press home key, switch to card view. 3. Silde card to close an APP, check the next card. [3.Expected Result]: 3. The app card should be displayed completely. [4.Actual Result]: 3. The next card will be cut half off. [5.Reproduction build]: Build ID 20150215010209 Gaia Revision f0b93e0668ef9565bd6f050b15b4f794d59feb65 Gaia Date 2015-02-13 13:13:27 Gecko Revision https://hg.mozilla.org/mozilla-central/rev/e0cb32a0b1aa Gecko Version 38.0a1 Device Name flame Firmware(Release) 4.4.2 Firmware(Incremental) eng.cltbld.20150215.043133 Firmware Date Sun Feb 15 04:31:43 EST 2015 Bootloader L1TC000118D0 [6.Reproduction Frequency]: Always Recurrence,5/5 [7.TCID]: Free test
Comment 4•10 years ago
|
||
Looks like gfx. We do a little trickery(1) in the transition to account for the fact the off-screen cards aren't actually offscreen, but the adjacent card seen in the video is visible, has its expected width/height and is simply translateX() to position it and animate it into the vacated slot. 1. https://github.com/mozilla-b2g/gaia/blob/master/apps/system/js/task_manager.js#L918,L921
Flags: needinfo?(sfoster)
Comment 5•10 years ago
|
||
Kats, can you move this to the right component?
Flags: needinfo?(bugmail.mozilla)
Updated•10 years ago
|
blocking-b2g: --- → 2.2?
Updated•10 years ago
|
Blocks: 1134202
Status: NEW → RESOLVED
Closed: 10 years ago
Component: Gaia::Homescreen → Graphics: Layers
Flags: needinfo?(bugmail.mozilla)
Product: Firefox OS → Core
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Keywords: regression
Updated•10 years ago
|
blocking-b2g: 2.2? → 2.2+
You need to log in
before you can comment on or make changes to this bug.
Description
•