Closed
Bug 809791
Opened 13 years ago
Closed 12 years ago
[UX VD] Drawer. Folder List/horizontal stripes Menu button in orange header is wrong, does not animate/transition correctly when tray is displayed
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect, P1)
Tracking
(blocking-b2g:leo+, blocking-basecamp:-, b2g18+ fixed, b2g-v1.1hd fixed)
RESOLVED
FIXED
1.1 QE1 (5may)
People
(Reporter: vicky, Assigned: leo.bugzilla.gaia)
References
Details
(Keywords: polish, Whiteboard: visual design, interaction, UX P2, [TEF_REQ], [TD-8752], [LeoVB+])
Attachments
(4 files, 1 obsolete file)
Button in header is not right, it should show a bigger icon that is transformed in the transition from opening and closing the drawer, see transitions doc specs in page 13: https://www.dropbox.com/s/26mw4x5upiv5apg/Transitions_v10.pdf
Mockup here: https://www.dropbox.com/s/ww9fjv19csjn5md/04%20Email_Drawer.png
See calendar drawer for reference as well.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → schung
blocking-basecamp: --- → ?
Updated•13 years ago
|
Whiteboard: VD
Updated•13 years ago
|
Summary: [UX VD] Drawer. Menu button in orange header is wrong. → [UX VD] Drawer. Folder List/horizontal stripes Menu button in orange header is wrong, does not animate/transition correctly when tray is displayed
Reporter | ||
Updated•13 years ago
|
Whiteboard: VD → visual design, interaction, UX P2, [TEF_REQ]
Hi Andrew,
In calendar module the same icon is working fine. I have taken the icon from calendar and used in Email. But still the problem persists.
Is it pure UX icon issue? Suggest me how to check this issue.
Thanks.
Flags: needinfo?(bugmail)
tracking-b2g18:
--- → ?
Comment 4•12 years ago
|
||
Would be nice to know what this looks like (screenshot) - also will wait for the ni? answer so we can determine if this is more than just icon - thus more risk.
Whiteboard: visual design, interaction, UX P2, [TEF_REQ] → visual design, interaction, UX P2, [TEF_REQ], [TD-8752]
Updated•12 years ago
|
status-b2g18:
--- → affected
The list icons for Calendar [Working] and Email [Not Working] are attached for reference.
Updated•12 years ago
|
Target Milestone: --- → Leo QE1 (5may)
Comment 8•12 years ago
|
||
We're going to keep blocking-b2g:- and expedite any reviews/approvals from leo.bugzilla.gaia@gmail.com, once available.
Assignee: schung → leo.bugzilla.gaia
This Issue is fixed by adding data-set variable
to apply style for header only in folder screen.
Please review the patch and provide your comments
Attachment #738965 -
Flags: review?(bugmail)
Updated•12 years ago
|
Priority: -- → P1
Comment 10•12 years ago
|
||
Comment on attachment 738965 [details]
Pointer to pull request
Thanks for the patch!
For future reference, Gaia style guidelines require use of single-quoted strings rather than double-quoted strings, and this is enforced by the linter. That's why the travis build reported a failure. Please be sure to consider manually run the linter on your commits, but definitely check the travis build results for your pushes to see what is angry about. For the e-mail app, if it's not a lint problem, it's usually another app's unit test failue that you can ignore.
However, that's moot in this case because we don't need to do the hacky dataset on the body trick that this patch is using. You can do your selector using something like ".card-message-list.after" or ".card-message-list.center", I believe.
It looks like the triple-horizontal-bar button is also missing some styling when applied? Or maybe it's just an optical illusion because I can't really see the gradient style to its right that I can normally see.
Clearing review flag until the next patch rev.
This patch seems to change the size of the tray gutter to 5.3 rem from 4.3 rem. Is there a visual design guideline somewhere that justifies this change? Cards.TRAY_GUTTER_WIDTH will need to be updated if so. (Actually, it appears the value is already out-of-sync with reality; uh-oh...)
Attachment #738965 -
Flags: review?(bugmail)
Flags: needinfo?(bugmail)
Comment 11•12 years ago
|
||
Flagging Patryk: Who is the best VxD person to address this?
Flags: needinfo?(padamczyk)
Comment 12•12 years ago
|
||
vicki, who filed the bug could take care of this.
Flags: needinfo?(padamczyk)
Comment 13•12 years ago
|
||
Pointer to pull request as per the changes suggested.
1. Used .card-message-list.after for referring the element instead of data-set
2. Horizontal bar is not proper when compared to Calendar, Calendar Icon looks better
3. tray gutter is changed from 4.3 rem to 5.3 rem to make the horizontal bar shown properly. I have know idea on this, where to update.
Please review the attached pull request.
Thanks.
Attachment #744038 -
Flags: review?(bugmail)
Comment 14•12 years ago
|
||
Pull request for the comment 13 is
https://github.com/mozilla-b2g/gaia/pull/9496
Updated•12 years ago
|
Attachment #744038 -
Attachment mime type: text/plain → text/html
Comment 15•12 years ago
|
||
Pointer to Github pull-request
Comment 16•12 years ago
|
||
Comment on attachment 745318 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/9548
This pull request builds on the one from @sungwoo.yoon in https://github.com/mozilla-b2g/gaia/pull/9496 and adds the following:
* Move the message-list styles to message-cards.css as the styles are specific to that kind of card.
* Adjust the width of the gutter to 5em. This makes it so just the icon box is visible, as per https://www.dropbox.com/s/ww9fjv19csjn5md/04%20Email_Drawer.png. This was tested on an Unagi device.
* Removes the hardcoded TRAY_GUTTER_WIDTH check for transitioning back to message list, and instead detects if the tap was in the message list card. So if the width of the gutter changes in the future, it will just be a CSS change.
Attachment #745318 -
Flags: review?(bugmail)
Comment 17•12 years ago
|
||
r=asuth in IRC.
Gaia merge commit:
https://github.com/mozilla-b2g/gaia/commit/cf64ad76a35f980eeb26d31e5aa0891bbf2b4247
from pull request:
https://github.com/mozilla-b2g/gaia/pull/9548
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment #745318 -
Flags: review?(bugmail)
Updated•12 years ago
|
Attachment #744038 -
Attachment is obsolete: true
Attachment #744038 -
Flags: review?(bugmail)
Assignee | ||
Comment 18•12 years ago
|
||
Requesting to upload this fix to v1-train.
Thanks.
blocking-b2g: --- → leo+
Comment 19•12 years ago
|
||
Uplifted cf64ad76a35f980eeb26d31e5aa0891bbf2b4247 to:
v1-train: 789d875adb960e4a9a1da263dac8ff8a8696ac80
Whiteboard: visual design, interaction, UX P2, [TEF_REQ], [TD-8752] → visual design, interaction, UX P2, [TEF_REQ], [TD-8752], [LeoVB+]
Comment 20•12 years ago
|
||
v1.1.0hd: 789d875adb960e4a9a1da263dac8ff8a8696ac80
status-b2g-v1.1hd:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•