Closed
Bug 1218547
Opened 10 years ago
Closed 10 years ago
[email] Carets for list items that have sub-views
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
FxOS-S11 (13Nov)
People
(Reporter: jrburke, Assigned: autra)
References
Details
Attachments
(1 file)
In the pull request[1] for bug 1216496, we ran into an issue with the > carets shown for items, particularly in the email account settings area, where the presence of the caret indicates the user can tap on the item to go to a new view that has more detail.
There was discussion at one time with UX that they were thinking of going without the carets for RTL reasons, but I do not recall if that was just a temporary thing for 2.2 or the final official answer going forward for both RTL and LTR cases.
So pinging Juwei from UX to get the final answer, but I am not sure who the UX person is for this issue though since it is probably a broader question than just email.
With a more recent changeset for the shared buttons style[2], the forward > caret no longer exists, so if the carets are desired, then this bug can track fixing the carets, otherwise removing the code around trying to specify them.
[1] https://github.com/mozilla-b2g/gaia/pull/32697/files#r42979042
[2] https://github.com/mozilla-b2g/gaia/commit/a05b061a05fb9e2f624a66258df8ca6125089dac
Flags: needinfo?(jhuang)
| Assignee | ||
Comment 1•10 years ago
|
||
(In reply to James Burke [:jrburke] from comment #0)
>
> There was discussion at one time with UX that they were thinking of going
> without the carets for RTL reasons, but I do not recall if that was just a
> temporary thing for 2.2 or the final official answer going forward for both
> RTL and LTR cases.
This was a temporary thing for 2.2. FWIW the caret is back and mirrored in the settings app for example.
> With a more recent changeset for the shared buttons style[2], the forward >
> caret no longer exists,
Oh I see. This is actually really bad. The forward-light.png shouldn't have been removed there, but renamed into right-light.png and a left-light.png image should have been added :-( We should have checked that forward-light.png wasn't used at all before removing it.
So I'm taking this, unless Jhuang says otherwise.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → augustin.trancart
| Reporter | ||
Comment 2•10 years ago
|
||
Clearing the need to bother Juwei about this, since :autra has a handle from it from working with other apps that have the same caret and rtl/ltr needs.
Flags: needinfo?(jhuang)
Comment 3•10 years ago
|
||
Hi James,
I just checked with Harly, the latest RTL spec is here (p.13): https://mozilla.box.com/s/bcm3s5i2v6js5uk0ws3tsywse8bgncgo
On p.13, both RTL & LTR have > carets.
As for the future planing of RTL, please contact Harly/Rob for further information :)
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8680763 [details] [review]
[gaia] Phoxygen:bug1218547-email_caret > mozilla-b2g:master
Hi James, please R?
Attachment #8680763 -
Flags: review?(jrburke)
| Reporter | ||
Comment 6•10 years ago
|
||
Comment on attachment 8680763 [details] [review]
[gaia] Phoxygen:bug1218547-email_caret > mozilla-b2g:master
Looks great, thank you!
Attachment #8680763 -
Flags: review?(jrburke) → review+
| Assignee | ||
Comment 7•10 years ago
|
||
NI myself to land this when tests are green.
Flags: needinfo?(augustin.trancart)
| Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(augustin.trancart)
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S11 (13Nov)
| Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8680763 [details] [review]
[gaia] Phoxygen:bug1218547-email_caret > mozilla-b2g:master
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): bug 1207259
[User impact] if declined: Image missing in email in settings view
[Testing completed]: on Flame master
[Risk to taking this patch] (and alternatives if risky): Low, it partially revert patch for bug 1207259 and add images for RTL view.
[String changes made]: None
Attachment #8680763 -
Flags: approval-gaia-v2.5?
| Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8680763 [details] [review]
[gaia] Phoxygen:bug1218547-email_caret > mozilla-b2g:master
Already in 2.5.
Attachment #8680763 -
Flags: approval-gaia-v2.5?
You need to log in
before you can comment on or make changes to this bug.
Description
•