Closed
Bug 373972
Opened 19 years ago
Closed 19 years ago
If opening file for writing error occurs during installation, text in displayed dialog is not interpreted correctly. Text contains line breaks ('\r\n'). These are ignored and displayed as plain text.
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wladow, Assigned: robert.strong.bugs)
References
Details
(Keywords: verified1.8.1.5)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; sk; rv:1.8.1.3pre) Gecko/20070313 BonEcho/2.0.0.3pre
Build Identifier: Latest nightlies (Mozilla1.8 branch) of products that use NSIS installer
This affects probably all locales including en-US,
confirmed in Firefox 2.0.0.2 en-US final (see attachment nr1)
and Thunderbird 2.0pre sk nightlies (see attachment nr2)
Reproducible: Always
Steps to Reproduce:
I did not managed to reproduce this, attached screenshots are grabbed from Mozilla.sk end-user support forum.
Actual Results:
Line breaks ('\r\n') are not interpreted correctly
Expected Results:
Line breaks ('\r\n') should be interpreted correctly :)
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
Comment 4•19 years ago
|
||
Copying comment over from bug 374806, that's the FileError_NoIgnore string,
http://mxr.mozilla.org/mozilla1.8/search?string=FileError_NoIgnore, called in
from MessageBox at
http://mxr.mozilla.org/mozilla1.8/source/toolkit/mozapps/installer/windows/nsis/common.nsh#1898
I didn't find any insightful documentation at
http://www.nullsoft.com/free/nsis/makensis.htm#MessageBox, but I guess that's
assuming to be a single line string?
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 5•19 years ago
|
||
What happened is we re-used a string that wasn't meant for a messagebox for a bug fixed in 2.0.0.1 (e.g. no new strings) so it isn't escaped appropriately. What we need to do is escape it appropriately in DisplayCopyErrMsg
http://lxr.mozilla.org/seamonkey/source/toolkit/mozapps/installer/windows/nsis/common.nsh#1887
| Assignee | ||
Updated•19 years ago
|
Assignee: nobody → robert.bugzilla
| Assignee | ||
Comment 6•19 years ago
|
||
fixed by the checkin of Bug 369221
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•18 years ago
|
||
fixed on the MOZILLA_1_8_BRANCH by the checkin of Bug 369221
Keywords: fixed1.8.1.5
Comment 8•18 years ago
|
||
I created a dummy file called "firefox.exe" (its type was "application") and placed it in C:\Program Files\BonEcho2005. Next, I ran the 2.0.0.5 installer and choose that directory into which to install. I found none of the issues mentioned in this bug or in its duplicates.
Replacing fixed1.8.1.5 with verified1.8.1.5 from my testing on:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5pre) Gecko/20070711 BonEcho/2.0.0.5pre
Keywords: fixed1.8.1.5 → verified1.8.1.5
Updated•2 years ago
|
Component: NSIS Installer → Installer
Product: Toolkit → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•