Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for widget's selection in editor #3551

Open
msamsel opened this issue Oct 8, 2019 · 3 comments
Open

Improve support for widget's selection in editor #3551

msamsel opened this issue Oct 8, 2019 · 3 comments
Labels
core The issue is caused by the editor core code. plugin:widget The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:feature A feature request.

Comments

@msamsel
Copy link
Contributor

msamsel commented Oct 8, 2019

Type of report

Feature request

Provide a description of the new feature

There bunch of bugs in the editor which are mostly the result of partially selected widgets. The behaviour might vary between browsers. For example, in Chrome text inside widget cannot be selected, where for FireFox it's possible if selection starts before widget.
Oct-08-2019 13-32-00

This kind of selection cases which contains only partially selected widget triggers bugs in various places, which are fixed individually. Maybe there could be some common mechanisms, which will prevent the situation of the partially selected widget. It could also allow to truly treat widget as a single entity during selection, which cannot be partially selected.

This issue might be treated as a hub for smaller bugs detected during the editor usage. The most problematic cases are usually operations which rely on the selection or ranges. Such as inserting/removing content, clipboard operation, undo, etc.

@msamsel msamsel added type:feature A feature request. status:confirmed An issue confirmed by the development team. plugin:widget The plugin which probably causes the issue. core The issue is caused by the editor core code. labels Oct 8, 2019
@msamsel
Copy link
Contributor Author

msamsel commented Oct 8, 2019

Another case of how it interferes with image2 under FF:
Oct-08-2019 14-11-07

@msamsel
Copy link
Contributor Author

msamsel commented Dec 2, 2019

Might be somehow related: #3698, #3699

@f1ames
Copy link
Contributor

f1ames commented Jan 9, 2020

There is already related PR, however it concerns widgetselection so the cases when widget is on the beginning/end of the content only - #2866.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core The issue is caused by the editor core code. plugin:widget The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:feature A feature request.
Projects
None yet
Development

No branches or pull requests

2 participants