Bug 1715603 Comment 12 Edit History

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

Okay, I think that we should do:
* Stop extending selection to a link
* Collapse selection into a link in content editable for compatibility with Chrome
* Stop starting autoscroll if a modifier key is pressed for compatibility with Chrome and avoiding double default actions

but do not:
* Stop extending selection in the other cases for compatibility with Chrome
Okay, I think that we should do:
* Stop extending selection to a link for compatibility with Chrome and avoiding double default actions
* Collapse selection into a link in contenteditable for compatibility with Chrome
* Stop starting autoscroll if a modifier key is pressed for compatibility with Chrome and avoiding double default actions

but do not:
* Stop extending selection in the other cases for compatibility with Chrome

Back to Bug 1715603 Comment 12