Closed
Bug 972497
Opened 12 years ago
Closed 11 years ago
On locked call screen arrows are not the same
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(tracking-b2g:backlog, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: zlati.pehlivanov, Assigned: gweng)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140127194636
Steps to reproduce:
Receive a call in a locked screen state
Actual results:
the interface appeared for choosing to pickup or hang the call. the right icon is smaller then the left one.
Expected results:
the icons should be the same
Reporter | ||
Comment 1•12 years ago
|
||
bug appears in 1.4 nightly build
nightly-images-peak-master-2014-02-13.Gecko-90b607e.Gaia-7800373
Component: General → Gaia::Dialer
OS: All → Gonk (Firefox OS)
Hardware: All → Other
Reporter | ||
Comment 2•12 years ago
|
||
Comment 3•11 years ago
|
||
Are you still seeing this? I can't reproduce on a Peak.
Flags: needinfo?(zlati.pehlivanov)
Reporter | ||
Comment 4•11 years ago
|
||
Yes, even in 1.5, the build number I have installed is 20140329064833
Flags: needinfo?(zlati.pehlivanov)
Reporter | ||
Comment 5•11 years ago
|
||
You should be in a locked state
Comment 6•11 years ago
|
||
Ah right, I'm seeing it. Greg: this looks like an issue on all high density screens, could you look into it?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(gweng)
Assignee | ||
Comment 7•11 years ago
|
||
It's a weird case that two arrows are not the same.
I'll check if the ordinary LockScreen has the same issue first (because the slider is using the same code).
Flags: needinfo?(gweng)
Reporter | ||
Comment 8•11 years ago
|
||
the ordinary LockScreen is ok
Updated•11 years ago
|
Assignee: nobody → gweng
Assignee | ||
Comment 9•11 years ago
|
||
Hmm...I've confirmed this on Nexus 4. The most strange thing is the images, code and style should be the same in these two sliders.
Need info Steve because I need his opinion to debug with the incoming LockScreen.
Flags: needinfo?(schung)
Comment 10•11 years ago
|
||
FYI, now that the call screen is a standalone app, you can inspect it with the app manager. If you remove the code that closes the call screen when an entering call is dropped, you can keep it open for as long as you need.
Comment 11•11 years ago
|
||
https://github.com/mozilla-b2g/gaia/tree/master/apps/callscreen/style/images
It looks like we missed the 1.5X rarrow.png
Flags: needinfo?(schung)
Comment 12•11 years ago
|
||
And 2x…
We're reproducing this on a Peak but from comment 11, this will reproduce on any hi-res device. Asking to block 1.3 if we ship on hi-res devices.
Stephany: Who should have those assets?
Assignee | ||
Comment 13•11 years ago
|
||
It's a missing PNG file that already in the System app, but not copied to the dialer app. This was identified last week.
I would make a patch and sent later.
Comment 14•11 years ago
|
||
Definitely not a blocker - this a visual glitch fallout, which isn't critical enough to block 1.3 at this point. 1.3 blockers have to be cert issues at this point.
blocking-b2g: 1.3? → backlog
Keywords: regressionwindow-wanted
Comment 15•11 years ago
|
||
Given how simple and non risky the patch will be, I think we should ask approval for all branches.
Comment 16•11 years ago
|
||
Actually, it's not the case. https://github.com/mozilla-b2g/gaia/tree/bd16a10702e801b717f8848ee7ccc79f781c8f79/apps/system/style/lockscreen/images has no 2x version of those icons…
Comment 17•11 years ago
|
||
Flagging Patryk to flag whomever may be needed on visual assets.
Flags: needinfo?(swilkes) → needinfo?(padamczyk)
Comment 18•11 years ago
|
||
Amy should be able to provide these.
Flags: needinfo?(padamczyk) → needinfo?(amlee)
Comment 19•11 years ago
|
||
Hi,
I've provided pngs of the arrows @1.5 and @2 scale. Let me know if you need anything else!
Flags: needinfo?(amlee)
Comment 20•11 years ago
|
||
I have copied the image files into the directory and tested the results with a Nexus 5. @gweng, please review, thanks
Attachment #8420810 -
Flags: review?(gweng)
Assignee | ||
Comment 21•11 years ago
|
||
Comment on attachment 8420810 [details] [review]
Patch
Verified with real device, so here is the r+.
Attachment #8420810 -
Flags: review?(gweng) → review+
Comment 22•11 years ago
|
||
The patch has landed into master: https://github.com/mozilla-b2g/gaia/commit/18871c73e8cf0e09b4ce5d3fad80809cac7fcb88 with the help of @gweng.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 23•11 years ago
|
||
Comment on attachment 8420810 [details] [review]
Patch
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): New lockscreen design
[User impact] if declined: Weird look when receiving phone calls on hidpi phones, see attachment 8375684 [details].
[Testing completed]: Tested by patch author and reviewer in comment 20 and 21.
[Risk to taking this patch] (and alternatives if risky): Just new images that were missing.
[String changes made]: None
Attachment #8420810 -
Flags: approval-gaia-v1.4?
Comment 24•11 years ago
|
||
Comment on attachment 8420810 [details] [review]
Patch
Taking in release 1.4 for inconsistent UI.
Attachment #8420810 -
Flags: approval-gaia-v1.4? → approval-gaia-v1.4+
Comment 25•11 years ago
|
||
Reporter | ||
Comment 26•11 years ago
|
||
what about v1.5 can this fix be included in the next nightly build for 1.5
Comment 27•11 years ago
|
||
1.5 is 2.0 (and master at the moment) so it was fixed 3 days ago with comment 22.
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•