Closed
Bug 114471
Opened 24 years ago
Closed 24 years ago
ok.us - Not loading loadable CSS
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: brockers, Assigned: bc)
References
()
Details
(Whiteboard: [MIME CSS])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011210
BuildID: 2001121008
At some point in the earlier .95 version of Mozilla, Mozilla stopped loading the
CSS files that were being dynamically loaded into a web page. Without style
sheets being loaded web pages end up looking pretty funny.
Reproducible: Always
Steps to Reproduce:
1. Go to page with a current versio of Mozilla
2. Look at the page.
3. Look at the page with an older (say version .93) version of Mozilla
4. Notice how there are no longer any Style Sheet properties.
Actual Results: I noticed the page was not rendering with style sheets
Expected Results: render the page with the dynamic loaded style sheets via
style sheet link = <link REL=STYLESHEET HREF="/dps_style_v1.css" TYPE="text/css"
TITLE="CSS" REV="main">
It used to work...
Comment 1•24 years ago
|
||
Page is in standards mode and serves stylesheets as application/octet-stream.
Since this is not a valid type for stylesheets we don't load the sheet.
Assignee: attinasi → bclary
Status: UNCONFIRMED → NEW
Component: Layout → English: US
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Whiteboard: [MIME CSS]
Version: other → unspecified
Comment 2•24 years ago
|
||
On http://www.vinc17.org/ the .css files MIME type is correct (text/css), but
the same bug occurs.
Comment 3•24 years ago
|
||
No problem finally (the stylesheet was in the cache).
| Assignee | ||
Updated•24 years ago
|
Summary: Not loading loadable CSS → ok.us- Not loading loadable CSS
Comment 4•24 years ago
|
||
US Government
Component: US General → US Gov
OS: Linux → All
QA Contact: zach → chrisn
Hardware: PC → All
Summary: ok.us- Not loading loadable CSS → ok.us - Not loading loadable CSS
Comment 5•24 years ago
|
||
I don't know if they redesigned the site or what, but it is working for me in
2002060616 on Windows XP Home Edition.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•11 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
•