Closed Bug 75153 Opened 23 years ago Closed 23 years ago

wrong font applying when outsourced in a JS file

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
mozilla0.9

People

(Reporter: markushuebner, Assigned: jst)

References

()

Details

(Keywords: regression)

If you take a look at
http://www.prologo.at/mozillatest.htm
with the JavaScript code inside, everything is working fine.
At
http://www.prologo.at/2.htm
the same JavaScript code just outsourced to a file, but a wrong font is used.

Both files work fine in Netscape 6.01!

Using Build 2001040604
Keywords: regression
Target Milestone: --- → mozilla0.9
The problem is that a style sheet created with 'document.writeln("<link 
rel=\"stylesheet\" ... >")' does not get applied if the call to document.writeln 
is in an external script.  Over to DOM0; this sounds like some other things we 
have along these lines...
Component: Browser-General → DOM Level 0
Whiteboard: DUPEME
reassign for real
Assignee: asa → jst
QA Contact: doronr → desale
will this be fixed with the XPCDOM branch?
Hmm, works for me, in any case, the XPCDOM work would not affect this. Please
reopen if you still see this, when did it start happening?
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.