Closed
Bug 164668
Opened 23 years ago
Closed 23 years ago
provide better font picker in mail compose window
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
People
(Reporter: sspitzer, Assigned: vparthas)
Details
Attachments
(1 file)
|
2.59 KB,
patch
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•23 years ago
|
||
provide better font picker in mail compose window.
rods asks me: "why is there only three fonts in the mail compose window?"
I agree, the font related stuff in the compose window has problems.
looking at the two pickers, what do most users know about "fixed / variable" or
"body, paragraph, preformat"? These things seem like HTML concepts that belong
in the html editor, not the mail compose for average users.
blake did some of this work, to remove those two pickers. see
http://bugzilla.mozilla.org/show_bug.cgi?id=146259
The patch in that bug isn't ready for prime time (see the list of issues in that
bug) but we should steal the font work he did for the trunk.
assign to varada to look into it. cc manske, for editor related issues.
blake, if you want to take this, feel free.
Comment 2•23 years ago
|
||
Here is start. It needs to start out with the first item selected whcih it
isn't doing right now.
Comment 3•23 years ago
|
||
This could be duped to bug 26288, but i'll keep this open in case you want it
for tracking purposes.
The plan is:
1. If the number of fonts is < some limit (20?), then we simply build a font
submenu similar to the patch in this bug or the one (2002-07-22 14:20) on
bug 26288.
2. If the list is too long, we will list only frequently-used fonts in the
submenu and provide an "Other..." item to launch a dialog. This dialog will have
a menulist with all available fonts and a font sample so you can see what they
look like.
If that plan sounds fine for mail Composer, feel free to dup this bug.
Depends on: 26288
Comment 4•23 years ago
|
||
I don't know about a submenu -- why not just put the system installed fonts in
the main font drop-down menu. If the list is too long, then show the first 35
or so fonts and then just the standard fonts after that point (Netscape 4.8 has
this same feature). Keep the "body text / paragraph / preformat ..." menu -- I
find it useful.
Proposing dup of 26288.
Comment 5•23 years ago
|
||
Since no objection, I'm duping this to 26288
*** This bug has been marked as a duplicate of 26288 ***
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•