Closed
Bug 106728
Opened 24 years ago
Closed 24 years ago
New Composer doesn't work from Composer window
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.6
People
(Reporter: sujay, Assigned: cmanske)
Details
(Whiteboard: EDITORBASE [QAHP])
Attachments
(1 file, 1 obsolete file)
|
1.49 KB,
patch
|
cmanske
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
using 10/25 trunk build
1) launch netscape
2) launch composer
3) click on New
doesn't bring up new window. also File | New COmposer page doesn't work
either.
Comment 1•24 years ago
|
||
Kathy and I were also seeing that yesterday, though we thought it might just be
part of the focus problems we were seeing (toolbar not enabled until you type
something). As far as we know it's new on the 10/24 build.
| Assignee | ||
Comment 3•24 years ago
|
||
Strange, but the New command seems to be working in my debug build today.
Maybe related to bug 106733?
Status: NEW → ASSIGNED
Whiteboard: EDITORBASE
Target Milestone: --- → mozilla0.9.6
| Assignee | ||
Comment 4•24 years ago
|
||
| Assignee | ||
Comment 5•24 years ago
|
||
The patch may be unrelated to the reported problem, but the code for cmd_newEditor
is in utilityOverlay.xul and utilityOverlay.js, so the code we had in editor
was not used and is misleading.
| Assignee | ||
Updated•24 years ago
|
Comment on attachment 55368 [details] [diff] [review]
Remove unused nsNewEditorCommand from Composer code
sr=kin@netscape.com
Attachment #55368 -
Flags: superreview+
Uh that should've been an sr=kin@netscape.com as long as mail compose isn't
relying on that command.
Whiteboard: EDITORBASE, FIX IN HAND, need r=,sr= → EDITORBASE, FIX IN HAND, need r=
| Assignee | ||
Comment 8•24 years ago
|
||
All modules tested, and the File | New | Blank window to edit command works
everywhere after removing Composer's nsNewEditorCommand command
| Assignee | ||
Comment 9•24 years ago
|
||
The original bug seems to have disappeared on its own or was fixed by some
other problem. But the unused command was removed as a generally "good thing
to do."
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Whiteboard: EDITORBASE, FIX IN HAND, need r= → EDITORBASE
| Reporter | ||
Comment 11•24 years ago
|
||
REOPEN...still not working in 10/31 trunk build on windows.
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
| Assignee | ||
Comment 12•24 years ago
|
||
Frustrating. Definitely not an editor problem! Does not occur in build from
10/29.
| Assignee | ||
Comment 13•24 years ago
|
||
Clarifying the summary
Summary: New doesn't work → New Composer doesn't work from Composer window
| Assignee | ||
Comment 14•24 years ago
|
||
I can't reproduce this in my debug build; tree pulled at 2pm 10/31/01
Comment 15•24 years ago
|
||
I am still seeing this problem on Win 2k using yesterday's trunk build (2001103103).
| Reporter | ||
Comment 16•24 years ago
|
||
I also still see this problem in today's 11/1 trunk build.
its definitely a problem.
| Assignee | ||
Comment 17•24 years ago
|
||
Upon further consideration, I'd like it if you didn't remove these lines:
- <separator class="groove"/>
in EdHLineProps.xul, EdInsertChars.xul, and EdPageProps.xul.
They are all near the bottom of the dialog, just above:
- <!-- from global dialogOverlay -->
- <hbox id="okCancelButtonsRight"/>
| Assignee | ||
Comment 18•24 years ago
|
||
Please ignore last comment -- wrong bug!
| Reporter | ||
Comment 19•24 years ago
|
||
cc: Tucson QA on this bug...
| Reporter | ||
Comment 20•24 years ago
|
||
John/Sara, any idea why this is broken in composer?
Comment 21•24 years ago
|
||
I don't specifically know. However, if you look at the dom tree with the DOM
Inspector, somehow the original declaration (from editorOverlay.xul) has been
stripped down to the equivalent of this:
"<menuitem acceltext="Ctrl+Shift+N"/>"
So, with no command to process, you get no action from clicking that menuitem.
But, don't know why the model has been broken in that way. I'd review the
checkins for the window of time in which this got broken.
| Assignee | ||
Comment 22•24 years ago
|
||
Comment on attachment 55368 [details] [diff] [review]
Remove unused nsNewEditorCommand from Composer code
This change was checked in
Attachment #55368 -
Attachment is obsolete: true
| Assignee | ||
Comment 23•24 years ago
|
||
| Assignee | ||
Comment 24•24 years ago
|
||
This turned out to be easy!
Comment 25•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Attachment #56499 -
Flags: review+
| Assignee | ||
Updated•24 years ago
|
Whiteboard: EDITORBASE [QAHP], FIX IN HAND, need r=,sr= → EDITORBASE [QAHP], FIX IN HAND, need sr=
Attachment #56499 -
Flags: superreview+
Comment 26•24 years ago
|
||
Whiteboard: EDITORBASE [QAHP], FIX IN HAND, need sr= → EDITORBASE [QAHP], FIX IN HAND
| Reporter | ||
Comment 27•24 years ago
|
||
is this bug fixed yet?
Comment 28•24 years ago
|
||
This appears to be fixed, and is working for me using the 2001110603 build on
Win 2k.
| Reporter | ||
Comment 29•24 years ago
|
||
this also worksforme now in the 11/6 builds on windows.
| Assignee | ||
Comment 30•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•24 years ago
|
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•