Open
Bug 55923
Opened 25 years ago
Updated 4 years ago
Dragging past end of document should select to end
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
Future
People
(Reporter: jruderman, Unassigned)
References
Details
Attachments
(2 files)
Dragging from inside a document past the end of the document should select the
part of the document after where you started. Similarly, dragging above the
beginning of the document should select everything before where you started.
Dragging in from outside of the document should also work.
This would make it much easier to:
- select the last line of a document (especially if it goes off the screen)
- select an entire document using the mouse
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
Areas between tables should also be "between tables" when selecting instead of
looking at the region directly above or below them. (also paragraphs, divs,
etc).
Updated•25 years ago
|
Target Milestone: --- → Future
Comment 4•25 years ago
|
||
We're not going to get to this by RTM.
![]() |
||
Comment 5•24 years ago
|
||
About your first part, what if someone only wants to select half the document
and Mozilla selects the whole document because they dragged it all the way to
the end? If dragging passed the last line will automatically select the whole
document, it will be very easy to select the whole document by accident if you
are selecting the document really quickly by moving the cursor far away from
where you started selecting.
Reporter | ||
Updated•22 years ago
|
Severity: enhancement → normal
Comment 7•19 years ago
|
||
This (esp. considering comment #3) looks like a request to implement bug 19191 for Windows (i.e., set browser.drag_out_of_frame_style to "1" for Windows, as for Mac and Unix).
Jesse - is that what you really want(ed 6 years ago)? How does it compare with Windows conventions?
Updated•16 years ago
|
Assignee: mjudge → nobody
QA Contact: tpreston → selection
Comment 8•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•