Closed
Bug 196075
Opened 23 years ago
Closed 22 years ago
embedding of editor requires external stylesheet
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: Brade, Assigned: Brade)
References
Details
(Keywords: topembed+, Whiteboard: edt_b3)
Attachments
(1 file)
|
1.37 KB,
patch
|
mozeditor
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
Currently, when someone embeds the editor they have to add an override stylesheet.
If they don't, when users click on images, anonymous content is created but
never removed (so it appears that the image is being duplicated many times).
Instead, can we hardcode the necessary css into the html editor with
AddOverrideStyleSheet? perhaps with a data url?
Comment 1•23 years ago
|
||
Discussed in edt. Plussing. Please remove requirement to add external stylesheets.
Updated•22 years ago
|
Whiteboard: edt_b3
| Assignee | ||
Comment 2•22 years ago
|
||
Daniel is going to fix this by using res: url and requiring embedders to have
one or more files.
| Assignee | ||
Comment 4•22 years ago
|
||
| Assignee | ||
Comment 5•22 years ago
|
||
*** Bug 200295 has been marked as a duplicate of this bug. ***
Comment 6•22 years ago
|
||
Comment on attachment 119266 [details] [diff] [review]
fix makefile and editor
r=jfrancis
Attachment #119266 -
Flags: review+
Updated•22 years ago
|
Attachment #119266 -
Flags: superreview+
| Assignee | ||
Comment 7•22 years ago
|
||
fix checked in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•