Past editions on https://www.miragefestival.com/ shows broken animations
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3, firefox-esr102 wontfix, firefox80 wontfix, firefox81 wontfix, firefox82 wontfix, firefox109 unaffected, firefox110 unaffected, firefox111 unaffected)
Webcompat Priority | P3 |
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | wontfix |
firefox80 | --- | wontfix |
firefox81 | --- | wontfix |
firefox82 | --- | wontfix |
firefox109 | --- | unaffected |
firefox110 | --- | unaffected |
firefox111 | --- | unaffected |
People
(Reporter: rdoghi, Assigned: ksenia)
Details
(Keywords: webcompat:needs-contact)
Attachments
(3 files, 1 obsolete file)
[Affected platforms]:
Platforms: ALl
Steps :
- Launch the Firefox browser and reach https://www.miragefestival.com/archive
- Hover the mouse pointer on different editions from the list.
Expected Results :
The animations from the past editions should change from black and white to color when hovered over
Actual Results :
The animation of the past editions thumbnails go blank when hovered over.
Reporter | ||
Comment 1•4 years ago
|
||
I think this is a Web Compatibility issue and it should have an S3 severity.
Comment 2•4 years ago
|
||
Can be found on https://www.miragefestival.com/ down at the bottom. Looks like a background image vs something like canvas. I can reproduce on Win10 / Nightly.
Comment 3•4 years ago
|
||
It doesn't appear this is a regression. It was always broken with basic compositor.
Comment 4•4 years ago
|
||
Requesting triage from WebCompat team.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
I've created a reduced test case. The site is using a data: URL
svg filter which has https
intstead of http
in the xml namespace.
So it's:
<svg xmlns="https://www.w3.org/2000/svg">
instead of:
<svg xmlns="http://www.w3.org/2000/svg">
FWIW, this looks like a typo, since they have another filter on the the same element (in the default, non hovered state) based on a similar svg and it has http
in the namespace. We should contact the site to see if they can fix it.
Assignee | ||
Comment 6•2 years ago
|
||
Assignee | ||
Comment 7•2 years ago
|
||
When trying to open any data: URL
svg with https
in the namespace, neither Chrome or Firefox recognize it as an svg and only when using filter Chrome does and Firefox doesn't.
Based on this discussion: https://github.com/w3c/svgwg/issues/738 and the spec, I think Firefox is correct. Hi Daniel, wonder if you have any thoughts on this?
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
(In reply to Ksenia Berezina [:ksenia] from comment #7)
Hi Daniel, wonder if you have any thoughts on this?
Hi! Yeah, it's not just HTTP vs HTTPS; it looks like Chrome actually doesn't care about the xmlns attribute at all, in this testcase. I can swap in:
filter: url("haha-this-is-not-a-filter");
...and Chrome doesn't change its rendering.
So this might just be a disagreement about how to handle invalid filter
values, rather than how to handle http
vs https
.
Comment 9•2 years ago
|
||
Here's a testcase with a clearly-bogus filter
value.
Comment 10•2 years ago
|
||
I was not able to reproduce this issue on the latest Nightly. Rares, can you please take a look and give us an update?
Tested on:
Operating system: Windows 10
Browser/Version: Firefox Nightly 111.0a1 (2023-01-26) / Chrome 109.0.5414.75
Reporter | ||
Comment 11•2 years ago
|
||
Hi @Calin, I can no longer reproduce this issue in our latest Release, Beta or Nightly builds, but I was able to reproduce it in our latest 102.7.0esr build. I will update the flags accordingly.
Comment 12•2 years ago
|
||
--> duplicate of bug 1787623
Updated•2 years ago
|
Description
•