Closed Bug 22072 Opened 25 years ago Closed 25 years ago

Loading user style sheet should not use "override" mode

Categories

(Core :: DOM: Editor, defect, P3)

All
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: cmanske, Assigned: cmanske)

References

Details

There is an error in nsHTMLEditor::ApplyStyleSheet(). The method currently is: return ApplyDocumentOrOverrideStyleSheet(aURL, PR_TRUE); when it should be: return ApplyDocumentOrOverrideStyleSheet(aURL, PR_FALSE); The second parameter should only be true when the style sheet is a "override" type, not a "document" type as is needed when loading a user's style sheet.
Status: NEW → ASSIGNED
Target Milestone: M13
Depends on: 21941
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Checked in 12/22
Status: RESOLVED → VERIFIED
This is impossible to verify by QA -- just a small code change, so I'll verify it.
You need to log in before you can comment on or make changes to this bug.