Closed
Bug 766141
Opened 13 years ago
Closed 13 years ago
IOS "Popular" and "New" tab layout issue
Categories
(Marketplace Graveyard :: General, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
2012-06-28
People
(Reporter: davidwalsh, Assigned: potch)
References
Details
Attachments
(3 files)
The "Popular" and "New" tabs look bad within webkit browsers on IOS and my Galaxy3. (Image attached)
This doesn't completely fix the issue, but improves it:
.tabnav span::after {
-webkit-mask-box-image: url(#tabMaskEnd);
}
Image attached of what the "improvement" is.
The other option is doing a bunch of work to add "border-top-right-radius", negative "left", and a bunch of other styles to attempt to duplicate the effect in webkit.
| Reporter | ||
Comment 1•13 years ago
|
||
| Reporter | ||
Comment 2•13 years ago
|
||
I would submit a PR, but I don't have enough know-how to get a bunch of apps into my local VM. THus, I don't want to send a PR I've not tested completely.
Comment 3•13 years ago
|
||
There's a similar weird bug that I've seen on Firefox too: bug 764619
Updated•13 years ago
|
Assignee: nobody → thepotch
Priority: -- → P4
| Assignee | ||
Comment 4•13 years ago
|
||
This fix improves things greatly- thanks!
https://github.com/mozilla/zamboni/commit/e0ecaf2
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Target Milestone: --- → 2012-06-28
Comment 5•13 years ago
|
||
This doesn't fix the tab issue on iphone. See screenshot for reopening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
The tabs are going away in the new homepage design. Coming soon!
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•