Closed
Bug 1042879
Opened 11 years ago
Closed 11 years ago
[rtl] Lockscreen: display camera icon on the left when passcode is displayed
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
VERIFIED
FIXED
2.1 S1 (1aug)
People
(Reporter: flod, Assigned: flod)
References
Details
Attachments
(2 files)
|
262.77 KB,
image/png
|
Details | |
|
46 bytes,
text/x-github-pull-request
|
gweng
:
review+
amylee
:
ui-review+
|
Details | Review |
Currently, camera icon is displayed on the right like LTR when passcode is enabled.
This causes also a weird alignment of hour/date, since the camera is hidden but space is still occupied (bug 998137).
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8461051 -
Flags: review?(gweng)
Comment 2•11 years ago
|
||
Comment on attachment 8461051 [details] [review]
Pull request on Github
Code is simple and it looks nice (except one nit). However, please set UI review to make sure they have no further opinions.
Attachment #8461051 -
Flags: review?(gweng) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8461051 [details] [review]
Pull request on Github
Amy, can you take at this fix?
Attachment #8461051 -
Flags: ui-review?(amlee)
Comment 4•11 years ago
|
||
Comment on attachment 8461051 [details] [review]
Pull request on Github
It there a reason that the date and time is aligned to the right and the status bar is aligned to the left?
Also, I noticed that the "1" in the keypad doesn't aligned with the other numbers in the keypad. Not sure if this needs to be filed as a separate issue.
Attachment #8461051 -
Flags: ui-review?(amlee) → ui-review-
| Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Amy Lee [:amylee] from comment #4)
> It there a reason that the date and time is aligned to the right and the
> status bar is aligned to the left?
I think that's expected, it's specular to what happens on LTR. The same happens when the screen is unlocked.
@Ahmed, can you confirm that's expected?
> Also, I noticed that the "1" in the keypad doesn't aligned with the other
> numbers in the keypad. Not sure if this needs to be filed as a separate
> issue.
I didn't notice that, but definitely a separate bug in gaia::keyboard.
Flags: needinfo?(nefzaoui.ahmed)
Comment 6•11 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #5)
> (In reply to Amy Lee [:amylee] from comment #4)
> > It there a reason that the date and time is aligned to the right and the
> > status bar is aligned to the left?
>
> I think that's expected, it's specular to what happens on LTR. The same
> happens when the screen is unlocked.
> @Ahmed, can you confirm that's expected?
>
> > Also, I noticed that the "1" in the keypad doesn't aligned with the other
> > numbers in the keypad. Not sure if this needs to be filed as a separate
> > issue.
>
> I didn't notice that, but definitely a separate bug in gaia::keyboard.
Hi Francesco,
I've filed a separate bug for the keyboard issue (Bug 1043563).
Comment 7•11 years ago
|
||
Yes(In reply to Francesco Lodolo [:flod] from comment #5)
> (In reply to Amy Lee [:amylee] from comment #4)
> > It there a reason that the date and time is aligned to the right and the
> > status bar is aligned to the left?
>
> I think that's expected, it's specular to what happens on LTR. The same
> happens when the screen is unlocked.
> @Ahmed, can you confirm that's expected?
Yes it is the expected behavior for the RTL view.
Basically RTL is all about "mirroring" so if an object in LTR is aligned to the left, it should be right-aligned in RTL, and vice versa. :)
Flags: needinfo?(nefzaoui.ahmed)
| Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 8461051 [details] [review]
Pull request on Github
Thanks Ahmed.
Setting ui-review again, I don't think there's anything else blocking considering that the keyboard issue is now tracked in a different bug.
Attachment #8461051 -
Flags: ui-review- → ui-review?(amlee)
Comment 9•11 years ago
|
||
Comment on attachment 8461051 [details] [review]
Pull request on Github
Thanks for the fix!
Attachment #8461051 -
Flags: ui-review?(amlee) → ui-review+
| Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Keywords: checkin-needed
Comment 10•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S1 (1aug)
| Assignee | ||
Comment 11•11 years ago
|
||
Verified on flame
Gaia c8511217183ade630f5afa7698c04efef5c6806b
Gecko https://hg.mozilla.org/mozilla-central/rev/a4dcfbebcb58
BuildID 20140728040209
Version 34.0a1
ro.build.version.incremental=110
ro.build.date=Fri Jun 27 15:57:58 CST 2014
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•