Closed
Bug 78568
Opened 24 years ago
Closed 24 years ago
Editor should open text/css, text/javascript, application/x-javascript files
Categories
(Core :: DOM: Editor, enhancement)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: bzbarsky, Assigned: sfraser_bugs)
References
Details
Attachments
(1 file)
|
878 bytes,
patch
|
Details | Diff | Splinter Review |
spun off of bug 77080.
When opening CSS/JS files in editor, we get the "Can't edit this type of file"
alert and then the window closes. Perhaps we should just open them the way we
would text/plain?
| Reporter | ||
Comment 1•24 years ago
|
||
Once bug 77080 is fixed, this becomes a very small and simple patch. Adding
dependency and will attach the patch in question.
Depends on: 77080
| Reporter | ||
Comment 2•24 years ago
|
||
| Reporter | ||
Updated•24 years ago
|
Comment 3•24 years ago
|
||
with Simon cc'ed on this one, I am reassigning to Boris, since he has the patch
for this already
Assignee: beppe → bzbarsky
Comment 4•24 years ago
|
||
I haven't tested this patch so I could be wrong. I'm concerned that other parts
of the editor won't handle these types of files correctly. How much testing has
been done with this? Does "save" work correctly?
| Reporter | ||
Comment 6•24 years ago
|
||
Adding dependency on bug 47640 since until that's fixed this one is impossible
to test...
Depends on: 47640
| Reporter | ||
Comment 7•24 years ago
|
||
I should note that barring bug 47640 "save" does work correctly. I'll test this
some more once 47640 is fixed.
| Assignee | ||
Comment 9•24 years ago
|
||
I fixed this; it needed more than the patch in this bug (to handle RDF and XUL,
at least). But thanks for the patch!
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Boris, is this working for you now?
| Reporter | ||
Comment 11•24 years ago
|
||
Oops. I thought I'd verified this one. :) verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•