Closed
Bug 147690
Opened 23 years ago
Closed 22 years ago
Bad cursor positioning in text entry fields
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jlehrke, Assigned: kinmoz)
Details
Attachments
(1 file)
|
8.20 KB,
image/png
|
Details |
At least starting with the 1.0RCs the cursor within text entry fields (URL,
HTML-Forms, Search Tab, ...) is positioned very bad. E.g. while typing an URL
the cursor seems to be over the last typed character or more worse before it. I
tried the RC3 and the problem showed up with this version, too.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
truetype support is enabled in unix.js: // TrueType pref("font.FreeType2.enable", true); pref("font.freetype2.shared-library", "libfreetype.so.6"); // if libfreetype was built without hinting compiled in // it is best to leave hinting off pref("font.FreeType2.autohinted", false); pref("font.FreeType2.unhinted", true); // below a certian pixel size anti-aliased fonts produce poor results pref("font.antialias.min", 10); pref("font.embedded_bitmaps.max", 1000000); pref("font.scale.tt_bitmap.dark_text.min", 64); pref("font.scale.tt_bitmap.dark_text.gain", "0.8"); // sample prefs for TrueType font dirs pref("font.directory.truetype.1", "/usr/share/fonts/default/TrueType"); pref("font.directory.truetype.2", "/usr/X11R6/lib/X11/fonts/TTF"); //pref("font.directory.truetype.3", "/u/sam/tt_font3"); I just tried 1.1a and the same failure again!
| Reporter | ||
Comment 3•23 years ago
|
||
Just tried 1.1beta (Buld ID: 2002072204): same problem!
| Reporter | ||
Comment 4•23 years ago
|
||
Just tried 1.1beta (Build ID: 2002072204): same problem!
Comment 5•23 years ago
|
||
Same problem on Mac. Build 2002080508
uid is being phased out.
Assignee: mpt → kin
Component: User Interface Design → Editor: Core
QA Contact: zach → sujay
Comment 7•22 years ago
|
||
Joerg, are you still experiencing this problem with current versions of mozilla?
| Reporter | ||
Comment 8•22 years ago
|
||
I just tried both RPM versions of Mozilla-1.3 (xft and gtk2) for Red Hat 8.x and
found that the problem is finally gone! Some things take their time, but ...
Thanks Guys!
| Reporter | ||
Comment 9•22 years ago
|
||
Hurray - it works fine now!
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•