Closed
Bug 1300384
Opened 9 years ago
Closed 1 year ago
http://www.evil-bikes.com/ does not render correctly.
Categories
(Web Compatibility :: Site Reports, defect, P2)
Web Compatibility
Site Reports
Tracking
(firefox50 unaffected, firefox51 wontfix, firefox54 wontfix, firefox55 affected, firefox56 affected)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | wontfix |
firefox54 | --- | wontfix |
firefox55 | --- | affected |
firefox56 | --- | affected |
People
(Reporter: ekr, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: parity-chrome)
Attachments
(4 files)
See attached screenshots
Reporter | ||
Comment 1•9 years ago
|
||
See clipped banner that reads "The Day of Wreckoning"--at least on Chrome
Updated•9 years ago
|
Flags: needinfo?(miket)
Flags: needinfo?(bugs)
Version: 38 Branch → Trunk
Comment 2•9 years ago
|
||
FWIW, this renders correctly on Firefox Developer Edition.
status-firefox50:
--- → unaffected
status-firefox51:
--- → affected
Comment 3•9 years ago
|
||
The <a href="/products/wreckoning">The Day of Wreckoning</a>
is using:
-webkit-mask-image: url(https://cdn.shopify.com/s/files/1/0903/4494/files/distressed-txt.png?11373174264379735596);
Disabling that declaration makes it render as expected.
Fwiw, the clip error is also affected by this (in the same rule):
text-shadow: 0px 0px 30px rgba(30,28,28,0.6);
I will look into it.
Assignee: nobody → cku
Flags: needinfo?(miket)
Flags: needinfo?(bugs)
Comment 5•9 years ago
|
||
Thanks CJ!
Blocks: mask-image
Still working on this. We do not handle mask on text element correctly.
Updated•9 years ago
|
Status: NEW → ASSIGNED
Whiteboard: tlt-wip
There are three errors which cause this bug.
I can fix the first two in this bug, but mask-repeat spec change also cause wrong rendering result.(see bug 1301106)
Comment 10•9 years ago
|
||
On nightly, we already render text with mask correctly, except some portion, at right hand and left hand boundary, is clipped out by border-box. And, I think that's a correct behavior.
In bug 1303981 comment 4, jfkthame had explained that glyphs may extend beyond the border box. According to positioned mask spec, those portion of a glyph should by clipped out by the box specific in mask-clip(default value is border-box). In bug 1311270, we are going to support mask-clip:no-clip, which may prevent glyph been clipped. And we also need to persuade evil-bikes use no-clip after bug 1311270 been fixed.
Comment 11•9 years ago
|
||
Comment 12•8 years ago
|
||
Compared to the result on FF51, it looks better now. However, I can still find a glyph cut in the page.
CJ, what else we can do here? As you mentioned in comment 10, time to reach out website for a compatibility fix?
status-firefox54:
--- → wontfix
status-firefox55:
--- → affected
status-firefox56:
--- → affected
Flags: needinfo?(cku)
Priority: -- → P2
Whiteboard: tlt-wip → [parity-chrome]
![]() |
||
Comment 13•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome
Whiteboard: [parity-chrome]
Updated•3 years ago
|
Severity: normal → S3
Comment 14•1 year ago
|
||
This site no longer has this design, and all the sub-bugs I see in the comments are long fixed, so let's close this as WORKSFORME for now.
Status: NEW → RESOLVED
Closed: 1 year ago
Component: Layout → Site Reports
Product: Core → Web Compatibility
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•