-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
webdriver: Properly cancel actions #41816
Copy link
Copy link
Open
Labels
Description
Describe the bug:
Every time we append a item to input cancel list, we are supposed to create the reverse object.
Right now we do not for pointer:
servo/components/webdriver_server/actions.rs
Lines 254 to 258 in 705e76d
| ActionItem::Pointer(PointerActionItem::Pointer(PointerAction::Up( | |
| PointerUpAction { | |
| button: pointer_down_action.button, | |
| ..Default::default() | |
| }, |
Reactions are currently unavailable