Closed
Bug 104332
Opened 23 years ago
Closed 21 years ago
add enlarge/reduce font size option
Categories
(Other Applications :: ChatZilla, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: guy_hutchison, Assigned: rginda)
Details
(Whiteboard: cz-patch)
Attachments
(1 file)
1.00 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
The default font on my system is frequently Arial/UnreadablySmall, so having
hotkeys for font zoom in/out in Mozilla is very nice. I would like to have the
same feature in Chatzilla (View/Text Zoom menu).
Assignee | ||
Comment 1•23 years ago
|
||
try setting your DPI, under Prefs->Apperance->Fonts, that should fix your
default font size.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Chatzilla should use/honor browser zoom → add enlarge/reduce font size option
Updated•23 years ago
|
Blocks: patchmaker
Assignee | ||
Updated•23 years ago
|
No longer blocks: patchmaker
Status: NEW → ASSIGNED
Comment 2•23 years ago
|
||
Does DPI change the appearance of chatzilla fonts? It didn't seem so for me (v.
0.9.5).
Chatzilla was readable in 0.9.4, but pretty ugly in 0.9.5.
Assignee | ||
Comment 3•23 years ago
|
||
odd, that's what fixed it form me. I had to set my display res to 96 DPI to get
my font's back to normal. 0.9.5.
Since this isn't all to hard to get started in, I've started looking at it. I'm
almost done making Text Zoom work, i jsut have to work out the name of the
element which is holding the "chat".
robert, if you could advise on that, it might save me some time. :)
Thanks,
James
OS: Linux → All
Assignee | ||
Comment 5•23 years ago
|
||
You can cut and paste messages from the chat window into composer to see the
HTML. The <xul:iframe> that holds the HTML is called "output-iframe".
Comment 6•23 years ago
|
||
The problem with changing DPI is that I have my browser fonts set up just how I
want them. Changing DPI will screw that up.
Assignee | ||
Comment 7•23 years ago
|
||
Eric, Actually, *correcting* your DPI will help web pages too. The problem is
that chatzilla asks for a "10pt" font, but if your DPI settings are wrong, the
conversion from pt to px leaves you with something like a 9 or 8pt font.
Comment 8•23 years ago
|
||
No, because then to get the font sizes I want for web pages, I have to pick
something that doesn't scale well and looks like crap.
What I really want is to be able to set the base font size on Chatzilla to
something more like 12-16 points.
Comment 9•23 years ago
|
||
Remove myself from QA of 33 open Chatzilla bugs and change to default QA
contact, since I have no way to verify these easily. Still no working Mozilla
on my primary platform and it doesn't look like it will happen anytime soon. :(
QA Contact: mozilla → samuel
Comment 10•22 years ago
|
||
This option is really needed.
Move unreadable small fonts too.
Especialy cyrilic..
Linux/KDE3.0/Mozilla1.2.1
Comment 11•22 years ago
|
||
CZ needs its own component for voting purposes. I have no votes available for
the browser to assign to CZ. :-( Unfortunately, I don't know JS either, or I
might try to fix this myself. :-(
On the now-standard Mozilla default 96 DPI for win/Mac (also common on Linux
@100DPI), 10pt is 13.3px, while the browser default is 16px. That makes CZ .msg
text smaller than browser text by over 30% (13.3^2/16^2), and it's unchangable
except for those rare few willing to change DPI just for CZ, or
understand/create/adjust chatzilla.css. Either the default CZ starting point
needs to be set to equal to the browser default (-moz-initial?), and/or the
means to change size easily needs to be implemented as a normal bug.
The absence of connection between CZ text size and browser default text size is
broken behavior, and should not be treated as enhancement.
Comment 12•21 years ago
|
||
Would it suffice (for now) to make Chatzilla use the browser's default font and
size?
Comment 13•21 years ago
|
||
The current Chatzilla (0.9.59) has a range of font options, including Make
Bigger and Make Smaller (completely with Ctrl-+ and Ctrl-- keys). I believe
these new options cover this bug, so resolving FIXED.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 14•21 years ago
|
||
Ctrl-+ & Ctrl-- do only
[INFO] Font size is Infinitypt in Chatzilla 0.9.59 [Mozilla/5.0 (OS/2; U; Warp
4.5; en-US; rv:1.7a) Gecko/20040201]
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 15•21 years ago
|
||
Ok, this will be fun. The problem seems to be when using the DPI value of 0 in
Mozilla (which means "use system") it all falls apart. Will look into finding
out this DPI value a better way.
Comment 16•21 years ago
|
||
This changes the way the getDefaultFontSize gets the DPI so that it works even
when Mozilla is using the system DPI or some odd combination.
Updated•21 years ago
|
Attachment #140647 -
Flags: review?(samuel)
Updated•21 years ago
|
Whiteboard: cz-patch
Updated•21 years ago
|
Attachment #140647 -
Flags: review?(samuel) → review+
Comment 17•21 years ago
|
||
Comment on attachment 140647 [details] [diff] [review]
Calculate the "active" DPI the hacky way
Checked in. Bonsai and Tinderbox are playing up currently, so there's no sign
of the checkin on them, but Bonsai's CVS Log shows it.
Comment 18•21 years ago
|
||
Marking fixed as patch was checked in.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
You need to log in
before you can comment on or make changes to this bug.
Description
•