Closed
Bug 51136
Opened 24 years ago
Closed 24 years ago
Up/down arrow key doesn't moves the caret straight
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
mozilla0.8
People
(Reporter: kazhik, Assigned: Brade)
References
Details
(Keywords: access, helpwanted)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Up/down arrow key doesn't moves the caret straight.
ABCDEFG
HIJKLMN
OPQRSTU
Put the caret between C and D and hit Down arrow key.
The caret moves to the right of N.
But it should be between J and K.
Observed on Win98 Build 2000090110.
Comment 1•24 years ago
|
||
This does happen using 2000082708. Weird.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•24 years ago
|
||
moving to m19, assigning to anthonyd
Assignee: beppe → anthonyd
Target Milestone: --- → M19
eh, this is the same problem as in 41525, marking as a dupe.
*** This bug has been marked as a duplicate of 41525 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
okay, this bug was mistakenly marked as a dup of bug 41525
re-opening.
anthonyd
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 6•24 years ago
|
||
moving to future
setting milestone to 0.9, want to try and pick this up for 6.5
anthonyd
Status: REOPENED → ASSIGNED
Target Milestone: Future → mozilla0.9
Assignee | ||
Comment 10•24 years ago
|
||
*** Bug 60324 has been marked as a duplicate of this bug. ***
Comment 12•24 years ago
|
||
*** Bug 63931 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
setting to p3 and adding correctness
Keywords: correctness
Priority: P2 → P3
Comment 14•24 years ago
|
||
This isn't minor, it's a major usability problem for people composing emails.
Assignee | ||
Comment 15•24 years ago
|
||
*** Bug 65933 has been marked as a duplicate of this bug. ***
Comment 16•24 years ago
|
||
This also happens on Linux (see bug 65933). Platform/OS -> all/all
OS: Windows 98 → All
Hardware: PC → All
Assignee | ||
Comment 17•24 years ago
|
||
reassign to myself; need to investigate call to
nsCaret::GetWindowRelativeCoordinates() from nsSelection::FetchDesiredX(); I
don't think we want to take the view into account.
Assignee: anthonyd → brade
Status: ASSIGNED → NEW
Comment 18•24 years ago
|
||
It moves one line down and one char to the right when I first use the mouse down
(one line ip and one char right when pressing up arrow). When I do the same
second time (not clicking with mouse in between) the caret moves as it should.
So it only happens the first time after I click with mouse somewhere within text
and the caret is moved.
Mozilla 2001012220 on Windows 2000 SP1 on PC.
Comment 19•24 years ago
|
||
That's not quite correct.
It happens when pressing up or down after all cursor movements except up or down.
This includes mouse click as you said, but also cursor right or left or typing
in some new text. (See my comments in bug 65933.)
Comment 20•24 years ago
|
||
Assignee | ||
Comment 21•24 years ago
|
||
fixed (finally!) Thanks tony, kin, simon!
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Target Milestone: mozilla0.9 → mozilla0.8
Assignee | ||
Comment 22•24 years ago
|
||
*** Bug 52672 has been marked as a duplicate of this bug. ***
Comment 23•23 years ago
|
||
Verified build 2001071318trunk & 2001070908 os/win95,98,mac8.6
Status: RESOLVED → VERIFIED
Comment 24•23 years ago
|
||
Mass removing self from CC list.
Comment 25•23 years ago
|
||
Now I feel sumb because I have to add back. Sorry for the spam.
You need to log in
before you can comment on or make changes to this bug.
Description
•