Open
Bug 44512
Opened 23 years ago
Updated 8 months ago
args for opendialog destroyed if one var is 0
Categories
(Core :: XUL, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: BenB, Unassigned)
Details
Reproduce: 1. Take patch from bug 38433. 2. Send yourself a msg containing colored text. Actual and expected result: - A dialog comes up, telling that you used formatting that cannot be converted to plaintext. Reproduce: 3. Change const |AskUser| to |0| in mailnews/compose/public/nsIMsgCompose.idl 4. Repeat step 2. Actual result: - A dialog comes up, but without a statement about the ability to convert the msg. Expected result: - Same as after step 2. Additional comments: In mailnews/compose/resources/nsMsgComposeCommands.js, |AskUser| is assigned to |results.action|, and |results| is then passed as args param to |opendialog|. |results.action| can be dumped in nsMsgComposeCommands.js, but |param.action| (which should be the same var) does not exist anymore in mailnews/compose/resources/askSendFormat.js.
Reporter | ||
Comment 1•23 years ago
|
||
Step 3a. Recompile mailnews/compose.
Updated•15 years ago
|
Assignee: jag → nobody
Comment 5•1 year ago
|
||
Flags: needinfo?(ben.bucksch)
Reporter | ||
Comment 6•1 year ago
|
||
I don't know. This was an API bug in a the XU dialog feature. You'd have to write specific source code to test whether that still exists. The reproduction cites Thunderbird, but the bug was in the general XUL dialog API.
Flags: needinfo?(ben.bucksch)
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•