Bug 1648351 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Right click behavior is different between contenteditable and other input elements.

Steps To Reproduce:
1. Select a text, or put caret somewhere.
2. Right click

Actual results:
Contenteditable(as well as designmode):
Selection will be collapsed. 
Caret will move.
If selected whole text, the behavior is as expected even if right-clicking on empty area.

Expected Results:
It should be "Selection should be preserved. Caret should not move.".
Because often the right click position is out of alignment with the last selection or caret position.
Right click behavior is different between Contenteditable(incl. designmode) and other input elements.

Steps To Reproduce:
1. Select a text, or put caret somewhere.
2. Right click

Actual results:
Selection will be collapsed. 
Caret will move.
If selected whole text, the behavior is as expected even if right-clicking on empty area.

Expected Results:
It should be "Selection should be preserved. Caret should not move.".
Because often the right click position is out of alignment with the last selection or caret position.

Back to Bug 1648351 Comment 0