-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Widget issues in tables #710
Comments
Actually this one is for the discussion: I think that dragging a widget should cancel the Table selection should have a lower priority than a widget selection, and would not be triggered if already handled by widget. On a side note, table selection should do the same thing as for event cancellation. |
It seems that lowering mouse listeners priorities in |
For reference, these problems didn't exist previously (like 4.6.something), it's a regression that hurts the people that wants to upgrade. |
Case 2 - Also table selection activate when widget is dragged. |
Steps to reproduce
Expected resultThe image pastes correctly. Current resultThe image doesn't paste into the cell. Other informationOS: Windows 10, MacOS X |
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
All cases are based on https://jsfiddle.net/a8wrevzz/
Case 1
Expected result
Image is moved.
Actual result
Table selection is activated, but image is not moved.
Case 2
Expected result
Image is resized.
Actual result
Case 3
Expected result
Widget is focused.
Actual result
Widget becomes focused, but immediately loses focus.
Other details
The text was updated successfully, but these errors were encountered: