Closed
Bug 133841
Opened 23 years ago
Closed 22 years ago
text selection seems busted on page with UTF-8 content
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.1alpha
People
(Reporter: darin.moz, Assigned: mjudge)
References
()
Details
text selection seems busted on page with UTF-8 content
[linux build 2002032608]
1) load http://www.columbia.edu/kermit/utf8.html
2) select some non-ASCII text
3) notice how the selection "jumps" around. it isn't "anchored" properly (i.e.,
one expects a selection to be anchored at the mousedown point, but on this site
the anchor seems to jump around as you move the mouse).
Comment 1•23 years ago
|
||
Reassigning to selection component owner.
Assignee: attinasi → mjudge
Component: Layout → Selection
QA Contact: petersen → tpreston
this tends to happen on RTL pages. This should prob go to simon mont, but I
will take a look first.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1alpha
It seems to me that it jumps only when you start the selection on a last line of
a paragraph. And only on some paragraphs.
Comment 4•22 years ago
|
||
Fixed by bug 76190.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•