Closed
Bug 21077
Opened 25 years ago
Closed 25 years ago
[DOGFOOD] TextEditorAppshell.xul is missing on win32
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: sujay, Assigned: cmanske)
Details
(Whiteboard: [PDT+] will verify in 12/10 build.)
using 12/7 build(1999120708) of apprunner on Windows only:
1) launch apprunner
2) launch editor
3) Debug | Plaintext editor
nothing comes up. In console you see this message:
Error: can't load
resource:///chrome/editor/content/default/TextEditorAppshell.xul
happens on Windows only.
Updated•25 years ago
|
Severity: normal → critical
Priority: P3 → P1
Summary: plaintext editor doesn't come up at all → [DOGFOOD] TextEditorAppshell.xul is missing on win32
Target Milestone: M12
Comment 1•25 years ago
|
||
The TextEditorAppshell.xul file is not in the directory, it isn't getting
loaded. Charley, do you have any idea as to why it isn't getting loaded?
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 2•25 years ago
|
||
It's not supposed to be distributed with an optimized build.
It's only for debug testing only - that's why it's on the debug menu.
Does anyone think giving access to *should* be included at least in "dogfood"
distribution?
Then why is it getting loaded on Mac and Linux??? I'm confused....
Comment 4•25 years ago
|
||
the debug menu menu will eventually go away on the commercial build - Charley,
do you know when that will happen?
Comment 5•25 years ago
|
||
The plaintext editor window is very useful for testing, and is certainly more
usable than some of the fairly technical stuff we have in the debug menu. I
think we should include it in optimized builds, at least until the debug menu
goes away (perhaps at beta time).
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Updated•25 years ago
|
Resolution: INVALID → ---
Comment 6•25 years ago
|
||
as long as the debug is there, the options, including the plaintext editor,
should be available. Charley, can you hook it back up?
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Plain text editor is not critical. If this functionality is critical to daily
development with no workaround, please let us know. Putting on the PDT- radar.
the issue here is inconsistency. lets either yank it from all 3 platforms
or lets get it working on all "3" platforms.
Updated•25 years ago
|
Target Milestone: M12 → M13
Comment 9•25 years ago
|
||
moving to m13
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13 → M12
Assignee | ||
Comment 10•25 years ago
|
||
Editor group discussion has determined that we really want to include the
plain text editor for dogfood testing. To make this work in windows is simply a
matter of including a file in the installer list.
Here's the diff:
Index: packages-win
===================================================================
RCS file: /cvsroot/mozilla/xpinstall/packager/packages-win,v
retrieving revision 1.22
diff -r1.22 packages-win
165,166c165,167
< -bin\chrome\editor\content\default\TextEditorAppShell.xul
---
> ;Include this for "debug" testing - remove for actual beta release:
> ;-bin\chrome\editor\content\default\TextEditorAppShell.xul
We would also need this change so we bring up a blank page instead of the
pre-filled test page:
Index: EditorCommands.js
===================================================================
RCS file: /cvsroot/mozilla/editor/ui/composer/content/EditorCommands.js,v
retrieving revision 1.102
diff -r1.102 EditorCommands.js
369c369
< "chrome://editor/content/EditorInitPagePlain.html");
---
> "about:blank");
Could we please reconsider PDT status to allow us to check this in?
Assignee | ||
Updated•25 years ago
|
Whiteboard: [PDT-]
Assignee | ||
Comment 11•25 years ago
|
||
Removing [PDT-] to trigger reconsideration by PDT team.
Comment 12•25 years ago
|
||
Putting on PDT+ radar.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•25 years ago
|
||
Checked in 12/9
Reporter | ||
Comment 14•25 years ago
|
||
will verify in 12/10 build.
Reporter | ||
Comment 15•25 years ago
|
||
verified in 12/10 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•