Closed
Bug 1213135
Opened 9 years ago
Closed 9 years ago
Shared action_menu is missing oval button background for cancel
Categories
(Firefox OS Graveyard :: Gaia::Shared, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kgrandon, Assigned: kgrandon)
References
Details
Attachments
(3 files)
Spinning this off of bug 1196268.
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8671705 [details] [review]
[gaia] KevinGrandon:bug_1213135_shared_action_menu_bg > mozilla-b2g:master
R+ing this based on the feedback in bug 1213135 already, I'm going to go with f=julien r=kgrandon.
Attachment #8671705 -
Flags: review+
Assignee | ||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•9 years ago
|
||
Ok, this breaks some places due to specificity changes - turns out we may need the more specific selector after all. Backing out and re-opening to get a better fix: https://github.com/mozilla-b2g/gaia/commit/9448a125bb3bba82987a92e670a1032db4b236aa
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Can you share which places this breaks ? Is it that the 'cancel' button is now placed as the other buttons (which is just the container missing), or is it something else ?
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #6)
> Can you share which places this breaks ? Is it that the 'cancel' button is
> now placed as the other buttons (which is just the container missing), or is
> it something else ?
Yes - the button seemed to be "placed" differently due to the CSS and removing last-child selectors. My thought were that we should back this out, and fix everything, but now that's seeming like too difficult a task. Ideally we'd switch to use the gaia-menu component everywhere, but I don't think I'll have time to port everything, maybe for a future release.
For now I think re-landing, filing issues for other places that are broken and following up with individual fixes would be best.
Assignee | ||
Comment 8•9 years ago
|
||
Re-landing: https://github.com/mozilla-b2g/gaia/commit/d6cc7ef0b409af4b83d0d1ccc7c1f4ddba28284e
(Other places still broken, but following those up in bug 1213614 and bug 1213615).
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Yeah I think the issue is simply to add the container everywhere. There is no specificity issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•