-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
component: eventscomponent: touchissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedtype: cleanup
Description
Is your feature request related to a problem? Please describe.
Currently Blockly has complex code that tries to unify mouse and touch events. This is all custom code that predates the invention and subsequent adoption of PointerEvent by all major browsers. The custom code is complex and a source of bugs e.g. #6508
Describe the solution you'd like
Remove the custom code and switch to PointerEvents.
Describe alternatives you've considered
Additional context
Assigning to Aaron according to Q4 OKRs, please feel free to reassign if this changes.
Metadata
Metadata
Assignees
Labels
component: eventscomponent: touchissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedtype: cleanup