Table selection moved into the topmost element when clicking balloon button #3136
Labels
browser:firefox
The issue can only be reproduced in the Firefox browser.
plugin:balloontoolbar
The plugin which probably causes the issue.
plugin:table
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Reproduction steps are valid for native Firefox visual selection.
Expected result
Range logged by console reflects the visual selection.
Actual result
The range is moved into the topmost element inside the editable element. You will also see cleaned FF visual selection.
It looks like natively range is not lost during operations on clickable elements outside contenteditable: https://codepen.io/jacekbogdanski/pen/mYKxGv
The issue is also reproducible with an inline editor (
divarea
), although the selection is kept inside the first cell of the table.Other details
The text was updated successfully, but these errors were encountered: