Closed
Bug 136679
Opened 24 years ago
Closed 22 years ago
Inconsistent Cursor Behavior Makes Text Hard to Read
Categories
(Core :: DOM: Selection, defect)
Core
DOM: Selection
Tracking
()
mozilla1.2beta
People
(Reporter: syntax, Assigned: mjudge)
Details
(Whiteboard: DUPEME)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020308
BuildID: 2002031115
When composing text, the cursor is right up against the right side of the text
characters, making the characters hard to read. However, if you hit enter then
press backspace, the cursor is put in the correct position 1 pixel farther to
the right of the character, until you begin to type again at the end of a line,
at which time the cursor once again runs right up against the text making the
last character hard to read.
Reproducible: Always
Steps to Reproduce:
1. Type a short line of 'O's in the message area. Take note of the spacing
between the cursor and the last character typed.
2. Hit left-arrow. Note the different spacing between the right side of the 'O'
to the left of the cursor than when the cursor is placed at the end of the line
using the right arrow key.
3. At the end of the line, hit enter, then backspace. Note the cursor is now
correctly placed.
4. Type another O. Note the cursor once again moves one pixel to the left in
relation to the character, making it hard to read again.
Actual Results: The cursor is not positioned correctly on a consistent basis.
Expected Results: The cursor should be placed in the correct position
consistently instead of only sometimes.
I am able to reproduce this bug in other Mozilla components as well, however it
is most noticeable in Mail and causes my users to misspell words when writing
text. I can also reproduce this bug using the windows version of Mozilla, as
well as (dare I mention it) Netscape 6 on both platforms.
Comment 1•24 years ago
|
||
This is a duplicate of a bug... don't know the bug # offhand tho
-->selection
Assignee: ducarroz → mjudge
Status: UNCONFIRMED → NEW
Component: Composition → Selection
Ever confirmed: true
OS: Linux → All
Product: MailNews → Browser
QA Contact: esther → tpreston
Hardware: PC → All
Whiteboard: DUPEME
yes the frame not wide enough bug. i will find it.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2beta
Comment 3•23 years ago
|
||
This still exists in 1.4a. It is very noticible while typing in the textarea on
http://forums.etree.org/posting.php?mode=newtopic&f=9 . I am willing to help
test any proposed patches as this is becoming annoying.
Robert
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030407 Phoenix/0.5+
Comment 4•22 years ago
|
||
This also exists in the Find dialog box, so it probably is located in some code
that is used for many components.
Comment 5•22 years ago
|
||
This is a duplicate of bug number http://bugzilla.mozilla.org/show_bug.cgi?id=211635
Comment 6•22 years ago
|
||
*** This bug has been marked as a duplicate of 98564 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•