Closed
Bug 10671
Opened 25 years ago
Closed 25 years ago
[DOGFOOD] unexpected selection behavior clicking in text
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: mjudge)
References
()
Details
(Whiteboard: [PDT+])
there are small inconsistencies in setting collapsed selections with the mouse
that make the editor hard to use. Those the the cc list, please add specific
examples to this bug.
1) start clicking a character at a time through the editor default home page,
trying to get the caret between every character including spaces. Tedious, but
you'll find there are several spots where you can't select with the mouse. I
had a hard time getting the caret to offset 11 in the first line, from after 'e'
to after the space in
"Here's the deal..."
^
It seemed to matter that the previous selection was between 'h' and 'e'.
I think this is a fairly common problem at the beginning of a word.
2) I have a hard time selecting an entire line in some places. The last
character or two often don't get selected. If I click at the beginning of a line
and drag quickly, I usually see the problem (like on the "Reruns" line.) If I
drag slowly, I almost always get the entire line selected correctly.
hmm yes this is a problem also with getposition code again similar to bug 3836.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Praise BE! old betsy is dead. you now click exactly inbetween two chars and it
does the right thing. i am so glad this is gone. what a long time to wait for a
1 line fix :)
You need to log in
before you can comment on or make changes to this bug.
Description
•