Closed
Bug 57474
Opened 25 years ago
Closed 25 years ago
selection should wrap to beginning of line after lists
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
RESOLVED
WONTFIX
mozilla0.9
People
(Reporter: akkzilla, Assigned: mjudge)
Details
Attachments
(1 file)
|
60.11 KB,
image/jpeg
|
Details |
This came from a composer user:
1. Build a bulleted list, then put an unbulleted line of text below
the list.
2. Place cursor at the beginning of the first bullet.
3. Hit down arrow until you've selected all the bulleted items
4. Note that you've also selected the first few characters of the line
below the bulleted list.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
The bottom of the screen shot is corrupted because I used mozilla to attach it
(there's a netlib bug, being worked on) but the top shows enough to get the idea
across.
It would be nice if we could warp the caret to the beginning of the next line
when we do a nextLine from the beginning of a line.
Comment 3•25 years ago
|
||
moving to mozilla0.9
Summary: selection should warp to beginning of line after lists → selection should wrap to beginning of line after lists
Target Milestone: --- → mozilla0.9
dont think we want to "fix" this. it is doing this based on the "position" x
coord of the caret so that when the user sees the caret move down from downarrow
or shift down arrow the caret is easily trackable by the eye.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•