Closed
Bug 249334
Opened 21 years ago
Closed 19 years ago
[gtk1]textarea font change while editing
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: marc, Assigned: smontagu)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616
When I edit a big (80 KB) textarea, it happens that the textarea font
dinamically changes while editing, and generally an barely readable font is
used. The dynamic font change occurs after I enter some number of new
characters and is reverted if I delete them. The font may change up to every 20
entered characters.
Reproducible: Sometimes
Steps to Reproduce:
1. Have a site send you a textarea whith a large (say 80 KB) content
2. Add some text
3. Observe the textarea font being changed (for worse)
Expected Results:
Stay with my default Courier font.
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 1•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 2•20 years ago
|
||
In mozilla 1.4 running on solaris 9, the problem shows itself as the font
changing color to white after approximately 4000-5000 characters. All
characters after the font change are not visible unless they are highlighted
with the mouse.
Comment 3•20 years ago
|
||
testcase exhibits the bug with seamonkey trunk build 2005110504
insert text at the beginning of the first line. Before you've typed a whole line, the font will change.
Comment 4•20 years ago
|
||
The previous testcase doesn't seem to always trigger the bug. This one seems more consistent.
Comment 5•20 years ago
|
||
==> intl
Assignee: general → smontagu
Status: UNCONFIRMED → NEW
Component: General → Internationalization
Ever confirmed: true
Product: Mozilla Application Suite → Core
QA Contact: general → amyy
Comment 6•20 years ago
|
||
oh, and this is gtk1-only.
Keywords: testcase
Summary: textarea font change while editing → [gtk1]textarea font change while editing
Comment 7•19 years ago
|
||
Gtk1/xlib widget code has been removed on trunk and this bug doesn't seem
like a branch candidate. I can't reproduce with a gtk2 build.
-> WONTFIX
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•