Closed
Bug 32069
Opened 25 years ago
Closed 25 years ago
remove style sheets insertion functionality
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: pierre, Assigned: Brade)
Details
After having fixed bug 11859, I played a little bit with the "Apply Style Sheet"
command in the Editor and noticed that once we have applied a style sheet, we
can't remove it. I suggest we implement "Apply Style Sheet --> None".
Comment 1•25 years ago
|
||
Do you mean that we can not switch to another stylesheet again, or is just a
case of not being able to "remove all styles"?
Reporter | ||
Comment 2•25 years ago
|
||
We can't remove all styles.
Assignee | ||
Comment 3•25 years ago
|
||
M16 for now; I assume pierre is asking for a menu command to "Remove Style Sheet"
(this is different from "Remove All Styles" which has nothing to do with
stylesheets)
Target Milestone: M16
Reporter | ||
Comment 4•25 years ago
|
||
I think it would be nicer in the hierarchical menu that is displayed under "Apply
Style Sheet" to add an item 'None', followed by a separator, followed by the
current list of style sheets (if possible, sorted by alphabetical order):
+---------------+
Apply Style Sheet ==> | None |
+---------------+
| Chocolate |
| Midnight |
| Modernist |
| Oldstyle |
| Steely |
| Swiss |
| Traditional |
| Ultramarine |
+---------------+
Assignee | ||
Comment 5•25 years ago
|
||
Because we aren't implementing stylesheets in such a way that we allow people to
set the order and rearrange and delete these stylesheets, we have decided to
remove this functionality (at least for now). Bug #34387 is the bug for adding
this functionality back into Composer. This bug will be the one for temporarily
removing the current functionality until it better meets our standards for
usability.
Summary: Can't remove applied style sheets → remove style sheets insertion functionality
Assignee | ||
Comment 6•25 years ago
|
||
fix checked in before today's builds
Assignee | ||
Comment 7•25 years ago
|
||
.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•