Closed
Bug 9429
Opened 25 years ago
Closed 25 years ago
When moving caret, it doesn't appear until the 3rd blink cycle
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: cmanske, Assigned: sfraser_bugs)
Details
Place the caret anywhere in text. Move it to the right 1 character by pressing
right arrow key. The caret disappears ("cycle 1"), then you see the effect of
drawing the background color where the caret should be ("cycle 2"), then the
caret appears as the solid black line ("cycle 3"). The effect is that when you
arrow around, you can't see the caret. It should always reset the blink timer
and draw the black caret immediately after it moves to a new location.
The same behavior is seen when you relocate the care by clicking the mouse --
there is a delay until actually see the caret.
The blink rate seems a bit slow as well, which exacerbates this problem.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Assignee | ||
Comment 1•25 years ago
|
||
It's not as simple as you think! I have gone to some pains to make the caret show
up as soon as possible, but this a) differs on different platforms, and b)
changes occasionally when someone changes view/rendering context behaviour.
I know that it still needs some work.
Reporter | ||
Comment 2•25 years ago
|
||
I certainly didn't mean to imply it was "simple", just annoying!
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 3•25 years ago
|
||
Minor. M10
Assignee | ||
Comment 4•25 years ago
|
||
M11
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•25 years ago
|
||
Caret fixes checked in. Please reopen if you continue to see problems.
it looks more crisp now....to me it looks fixed...Charley
you seem to have a better eye....can you double-check it?
marking verified in 9/15 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•