Summary | Default Font |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | shahrooz (at) bhopti (dot) com |
Created | 06/17/2005 (7343 days ago) |
Due | |
Updated | 10/24/2005 (7214 days ago) |
Assigned | |
Resolved | 10/24/2005 (7214 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
other WYSIWYG editors in the future.
how you make that a preference though..
Index: htmlarea.js
===================================================================
RCS file: /repository/horde/services/editor/htmlarea/htmlarea.js,v
retrieving revision 1.11
diff -u -r1.11 htmlarea.js
--- htmlarea.js 17 May 2005 01:12:31 -0000 1.11
+++ htmlarea.js 30 Jun 2005 00:58:55 -0000
@@ -140,7 +140,7 @@
this.fullPage = false;
// style included in the iframe document
- this.pageStyle = "";
+ this.pageStyle = 'body { font-family: verdana,sans-serif } ';
// set to true if you want Word code to be cleaned upon Paste
this.killWordOnPaste = true;
State ⇒ Accepted
Version ⇒ HEAD
a HTML editor in the RELENG_3 branch.
Regarding the fonts, these are hardcoded in HTMLArea. Don't know off
my head if the default could be set easily.
Type ⇒ Enhancement
State ⇒ New
Priority ⇒ 1. Low
enhancement, not a bug. I wonder if HTMLArea even lets you set the
default font? Or if we can get a list of fonts out of it somehow?
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Default Font
Queue ⇒ IMP
State ⇒ Unconfirmed
I searched everywhere to find how to implement this, but couldn't find
the available options in horde.
Every time i reply or create a new mail msg, the "Default Font" is
Times New Roman.
There has got to be an option somewhere that either:
1. Remembers the last state / font / size / etc options selected in
composing a message or replying
or
2. An option somewhere to configure what default font type and font
size to use in composing or replying to messages.
This might be considered an enhancement to some, but i truly feel as
this is a mail platform, the amount of times a user has to select
their copy and change these settings on a several times a day basis is
a useability bug.
Right? Thanks for an unbelieveable platform :)