Closed
Bug 1241829
Opened 9 years ago
Closed 9 years ago
[TV][2.5][Web Apps] Remove app which added from Web Apps, the confirmation page's button will moving while changing focus
Categories
(Firefox OS Graveyard :: Gaia::TV, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1239564
People
(Reporter: mlien, Assigned: rexboy)
References
Details
(Whiteboard: [ft:conndevices])
Attachments
(1 file)
(deleted),
video/mp4
|
Details |
[Description]
Remove Web Apps' app from Apps folder, the remove confirmation page's button will moving instead of scaling while changing focus
[Reproduce Steps]
1. Launch Apps -> Web Apps/Dev Web Apps
2. Add any app/website to Apps
3. Home -> Apps -> Press option key on step 2 added app
4. Press Remove button
5. Changing button focus on confirmation page
[Build Information]
Environment: 2.5 Simulator
Gaia: https://github.com/mozilla-b2g/gaia/commit/e36230a7b19ef5525543ae234408869b38ca65a9
Gecko: https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/f505962eb58e48bac45f4cb6c663008eba61241a
Mulet: https://hg.mozilla.org/releases/mozilla-b2g44_v2_5/rev/f505962eb58e48bac45f4cb6c663008eba61241a
[Expected Result]
Icon should just scaling
Focused icon from 100% -> 120%
De-focued icon from 120% -> 100%
[Actual Result]
Original button has moving animation instead of just scaling
Reporter | ||
Updated•9 years ago
|
QA Whiteboard: [COM=TV::Web Apps]
Assignee | ||
Comment 2•9 years ago
|
||
Cannot reproduce on neither b2g-desktop nor Mulet.
Can you confirm the STR? or I can just go to you tomorrow.
Flags: needinfo?(rexboy) → needinfo?(mlien)
Reporter | ||
Comment 3•9 years ago
|
||
Sure, you can come to me directly or consult with Joseph since he resolve the similar issue bug1241407 before
Flags: needinfo?(mlien)
Comment 4•9 years ago
|
||
Assign to rex first to make sure it's moving. Feel free to redirect to others if you figure out the root cause.
Assignee: nobody → rexboy
Comment 5•9 years ago
|
||
(Removing from 1204762 because this reads to be a Gaia bug. Feel free to re-attach to tree if that's incorrect.)
No longer blocks: TV_Marketplace_2.5
Updated•9 years ago
|
blocking-b2g: --- → 2.5+
Assignee | ||
Comment 6•9 years ago
|
||
Seems it's a Linux-only bug.
I believe it's root cause is not inside Gaia.
Assignee | ||
Comment 7•9 years ago
|
||
Assignee | ||
Comment 8•9 years ago
|
||
Hi Peter:
Is this a GFX issue on Gecko?
For the Reproduce video, it's an element that is expected to just enlarge to 120%.
The properties used are:
transform: scale(1.2)
transition-duration: 0.42s
transition-timing-function: cubic-bezier(0.25, 0, 0, 1.0)
And seems it's only broken on Linux. It works OK on my Mac.
blocking-b2g: 2.5+ → 2.5?
Flags: needinfo?(howareyou322)
Assignee | ||
Comment 9•9 years ago
|
||
Renominating 2.5? since it seems unaffected on partner's TV build.
Updated•9 years ago
|
blocking-b2g: 2.5? → ---
Comment 10•9 years ago
|
||
(In reply to KM Lee [:rexboy] from comment #8)
> Hi Peter:
> Is this a GFX issue on Gecko?
> For the Reproduce video, it's an element that is expected to just enlarge to
> 120%.
> The properties used are:
> transform: scale(1.2)
> transition-duration: 0.42s
> transition-timing-function: cubic-bezier(0.25, 0, 0, 1.0)
>
> And seems it's only broken on Linux. It works OK on my Mac.
Rex, are you able to reproduce it on firefox Linux? Or just in TV.
Flags: needinfo?(rexboy)
Assignee | ||
Comment 11•9 years ago
|
||
It's reproducible in v2.5 simulator in Linux. (See Description)
I couldn't reproduce it on TV.
Flags: needinfo?(rexboy)
Comment 12•9 years ago
|
||
I think this is the same issue as bug 1239564.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(howareyou322)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•