Closed
Bug 121939
Opened 24 years ago
Closed 24 years ago
New Page command doesn't work
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: cmanske, Assigned: cmanske)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.66 KB,
patch
|
Brade
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
This is a regression caused by moving "NewEditorPage()" method out of global
overlay files into editorApplicationOverlay.js (bug 89975)
| Assignee | ||
Comment 1•24 years ago
|
||
Must be fixed!
Status: NEW → ASSIGNED
Whiteboard: EDITORBASE
Target Milestone: --- → mozilla0.9.9
| Assignee | ||
Comment 2•24 years ago
|
||
The basic fix is to include editorApplicationOverlay.js in the main editor XUL.
Other changes:
1. Renamed "overlay_editPage()" to "editDocument"
2. Removed comments concerning moving "editPage()", which was done.
3. Moved all editPage-related commands together in editorApplicationOverlay.js
Note that I didn't rename "editPage" to "editURL" as suggested in the comments;
we use "editPage" in the command name, keybinding text, etc, so it didn't
seem like a good idea to make that change.
| Assignee | ||
Updated•24 years ago
|
| Assignee | ||
Comment 3•24 years ago
|
||
removed junk that's not part of this fix
Attachment #66547 -
Attachment is obsolete: true
Updated•24 years ago
|
Keywords: regression
OS: Windows 2000 → All
Whiteboard: EDITORBASE, FIX IN HAND, need r=,sr= → EDITORBASE, FIX IN HAND, need sr=
Comment 4•24 years ago
|
||
Comment on attachment 66555 [details] [diff] [review]
Updated patch
rs=brade
(although I don't understand why we need both editDocument and editPage (sounds
VERY confusing))
Attachment #66555 -
Flags: review+
Comment 5•24 years ago
|
||
Comment on attachment 66555 [details] [diff] [review]
Updated patch
sr=hewitt
Attachment #66555 -
Flags: superreview+
| Assignee | ||
Comment 6•24 years ago
|
||
checked in.
Keywords: patch,
regression,
review
Whiteboard: EDITORBASE, FIX IN HAND, need sr=
*** Bug 122294 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 8•24 years ago
|
||
forgot to mark fixed!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•