Closed
Bug 70031
Opened 25 years ago
Closed 23 years ago
Smiley face not shown in mail
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: pmac, Assigned: cmanske)
References
Details
Attachments
(1 file)
|
15.58 KB,
patch
|
skasinathan
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
Plaftorm: Windows and Linux only (2001-02-23-08-Mtrunk).
1. Launch Netscape 6.
2. Go to Tasks/Mail
3. Click on "New Message".
Notice when you type your message and then click on the smiley face, the smiley
face not shown.
*** Bug 70032 has been marked as a duplicate of this bug. ***
From bug 70032:
Plaftorm: Windows and Linux only (2001-02-23-08-Mtrunk).
1. Launch Netscape 6.
2. Go to Tasks/Mail
3. Click on "New Message".
Notice when you type your message and then click on the smiley face, the smiley
face not shown.
Patty, how is that different from this bug? Or did you mean this bug 70031 and
70034 are different? Bug 70031 and bug 70032 were filed within 1 minute of each
other, have the same summary, same steps to reproduce, as well as the same
platform.
Comment 7•23 years ago
|
||
Works for me with RC3 on Win98. Reporter, can you please confirm the bug still
exists for you with RC3 or more recent builds. If not can you please close the
report.
| Assignee | ||
Comment 8•23 years ago
|
||
This seems to be an old bug, but as of about 10/1/02, the smileys are busted
again. The cause is two-fold in the editor code:
1. With new command rewrite, the "doCommandParams" is now being called when a
smiley is inserted, but that command wasn't implemented in ComposerCommands.js
2. The properer overlay style sheet to display smiley images is not being loaded
for Mail Composer.
I have the fix for these.
| Assignee | ||
Comment 9•23 years ago
|
||
This fix simplifies the editor's DocumentStateListener code, eliminating the
separate MessageComposeDocumentStateListener. This will avoid errors by
making it clear what code should be shared among all Composers and what should
only be executed by the Web Composer application.
The doCommandParams() method is implemented instead of "doCommand()", which is
now deprecated. This fixes all smiley and style problems in Message Composer
as well as in IM (bugscape bugs 20282, 19942 and 19995)
Comment 10•23 years ago
|
||
Comment on attachment 101831 [details] [diff] [review]
patch v1
r=suresh
Attachment #101831 -
Flags: review+
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [FIX IN HAND]need r=,sr= → [FIX IN HAND]need sr=
Comment 11•23 years ago
|
||
Attachment #101831 -
Flags: superreview+
| Assignee | ||
Comment 12•23 years ago
|
||
Checked into 1.2beta trunk.
Comment 13•23 years ago
|
||
*** Bug 170072 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
Using trunk build 20021029 on linux 20021028 on winxp and 20021025 on Mac OSX
this is fixed. Verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•