Closed
Bug 1203445
Opened 10 years ago
Closed 10 years ago
SVG symbols are not displayed on https://quai10.org/
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1247733
People
(Reporter: contact, Unassigned)
References
()
Details
Attachments
(2 files)
The first time I browse to https://quai10.org/ after opening my browser, all SVG symbols included with <use> are not displayed.
Sometimes, it is fixed with a reload, sometimes not.
I can reproduce with Firefox desktop 38 and 42 and Firefox Android 40.
I can't reproduce with Chrome.
On some computers, it seems to never happen when you type https://quai10.org/ in the location bar, but only when you just type quai10.org.
Reporter | ||
Updated•10 years ago
|
URL: https://quai10.org/
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
When it works the content-length returned in the http header is 9119. When it doesn't work it's 9117.
Either there's two different files returned perhaps because they are coming from different servers split by a load balancer or the server is returning the wrong data sometimes. In either case it's a server error.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•10 years ago
|
||
The Content-Length header might be different because some content on the page is random.
Here is a more simple testcase: https://quai10.org/testcase.html
With this, the header is the same every time (5232).
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 4•10 years ago
|
||
The simple testcase displays correctly every time for me as far as I can tell.
Reporter | ||
Comment 5•10 years ago
|
||
I can reproduce with the testcase on several different computers (Debian, Ubuntu, OSX).
These steps seem to help reproduce it:
1. Browse to https://quai10.org/testcase.html
2. Browse to http://quai10.org/testcase.html (HSTS will then redirect to HTTPS)
![]() |
||
Comment 6•10 years ago
|
||
The bug is reproduced with steps of Pierre Rudloff.
Comment 8•10 years ago
|
||
:dholbert, is this a dupe of bug 1247733 as well?
Comment 9•10 years ago
|
||
Yes. Thanks!
(I confirmed that this is fixed in Nightly 48, too. It should be fixed all the way back to the current release -- Firefox 45 -- via bug 1249452 [haven't tested that here, but I expect that to be the case].)
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•