Closed Bug 21077 Opened 25 years ago Closed 25 years ago

[DOGFOOD] TextEditorAppshell.xul is missing on win32

Categories

(Core :: DOM: Editor, defect, P1)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

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.
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
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?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
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....
the debug menu menu will eventually go away on the commercial build - Charley, do you know when that will happen?
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).
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
as long as the debug is there, the options, including the plaintext editor, should be available. Charley, can you hook it back up?
Status: REOPENED → ASSIGNED
Whiteboard: [PDT-]
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.
Target Milestone: M12 → M13
moving to m13
Target Milestone: M13 → M12
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?
Whiteboard: [PDT-]
Removing [PDT-] to trigger reconsideration by PDT team.
Whiteboard: [PDT+]
Putting on PDT+ radar.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
Checked in 12/9
Whiteboard: [PDT+] → [PDT+] will verify in 12/10 build.
will verify in 12/10 build.
Status: RESOLVED → VERIFIED
verified in 12/10 build.
You need to log in before you can comment on or make changes to this bug.