Closed
Bug 37023
Opened 26 years ago
Closed 26 years ago
view source in editor forces save
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: jruderman, Assigned: rubydoo123)
Details
if i create a new file in the editor and hit view source, the editor makes me
give a title to the page and then forces me to save it. why is this necessary?
| Assignee | ||
Comment 1•26 years ago
|
||
the view source portion of the product requires either a stream, string or file
for display. Streams or strings could be memory intensive and not the most
desireable. Saving as a file and then display is the least memory intensive.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•26 years ago
|
||
It could be saved as a temporary file.
Comment 4•26 years ago
|
||
view source doesn't seem to prompt me to save on todays linux, but see bug 40867
anyway.
| Reporter | ||
Comment 5•26 years ago
|
||
Editor used to open a normal "View source" window, but now has a separate edit
mode called "HTML Source" that it uses instead. Switching to the "HTML Source"
edit mode doesn't require a save :)
You need to log in
before you can comment on or make changes to this bug.
Description
•