Right click on mouseup should move the caret to that place
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
People
(Reporter: martijn.martijn, Assigned: masayuki)
References
Details
Reporter | ||
Comment 1•17 years ago
|
||
Reporter | ||
Updated•17 years ago
|
Comment 2•17 years ago
|
||
Comment 3•17 years ago
|
||
Reporter | ||
Updated•8 years ago
|
![]() |
||
Updated•8 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
Will be fixed in bug 1845241.
Comment 6•2 years ago
|
||
The severity field for this bug is set to S4
. However, the following bug duplicate has higher severity:
- Bug 1327886: S3
:masayuki, could you consider increasing the severity of this bug to S3
?
For more information, please visit BugBot documentation.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 7•1 years ago
|
||
The new behavior is, right click (in strictly speaking, at mousedown
), caret position is moved except when:
- You click when selection is not collapsed
- You click in editable content
However, you can also change #1 with ui.mouse.right_click.collapse_selection.stop_if_non_collapsed_selection
pref. Then, right click outside selection collapses to the position except when clicked in the selected content.
Additionally, there is a ui.mouse.right_click.collapse_selection.stop_if_non_editable_node
pref. This is set to false
by default, but once set this to true
, you can stop collapsing selection only when clicked position is not editable, this may be useful if you want to enable the new behavior only for "paste" command.
Description
•