Closed
Bug 470759
Opened 16 years ago
Closed 12 years ago
vormingplusantwerpen.be - CSS is not loaded (broken UA detection)
Categories
(Tech Evangelism Graveyard :: Dutch, defect)
Tech Evangelism Graveyard
Dutch
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nathansamson+mozillabugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20081222 Ubuntu/8.10 (intrepid) Shiretoko/3.1b3pre
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20081222 Ubuntu/8.10 (intrepid) Shiretoko/3.1b3pre
As you can see the page on http://www.vormingplusantwerpen.be/icms/web/php/index.php?pag_id=160121 has no CSS applied.
I suspect that the reason is that one of the "CSS" files is in fact an HTML 404 page.
This is a regression from Firefox 3.0 which renders the page correctly. (even if it is the site's fault)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2
I see the CSS applied on that page, and Live HTTP Headers gave 200 OK for every .css file. Perhaps you could upload a minimal test case with the problem?
Comment 2•16 years ago
|
||
Minefield (latest Gecko 1.9.2a1pre build), Shiretoko and Camino (Gecko 1.9.0.6pre, without the word 'Firefox' in the UA string) all fail to use the stylesheet.
It is linked like this:
<link rel="stylesheet" href="../css/VormingPlusAntwerpen">
Firefox3.0 and Camino with the word 'Firefox' in the UA string, show the site correctly. The stylesheet is linked this way:
<link rel="stylesheet" href="../css/antwerpen-ff.css">
This is clearly a case of bad UA detection. They should look for Gecko, not for 'Firefox'.
This is INVALID, or Tech Evangelism.
You should contact the site and complain about this issue.
Comment 3•16 years ago
|
||
Reporter: Can you write a mail to the webmaster of that page and complain about the broken user-agent detection?
Assignee: nobody → other
Status: UNCONFIRMED → NEW
Component: General → Other
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: general → other
Summary: CSS is not loaded (one of the linked files returns an HTML document) → vormingplusantwerpen.be - CSS is not loaded (broken UA detection)
Reporter | ||
Comment 4•16 years ago
|
||
That is what I did a few days ago, they didn't respond yet..
Updated•16 years ago
|
Blocks: geckoisgecko
Updated•16 years ago
|
OS: Linux → All
Hardware: x86 → All
Updated•16 years ago
|
Assignee: other → dutch
Component: Other → Dutch
QA Contact: other → dutch
Comment 5•16 years ago
|
||
See also http://www.mozilla.org/projects/tech-evangelism/site/procedures.html about how to handle Tech Evangelism bugs.
Comment 6•12 years ago
|
||
This seems to work now! :-)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•