Skip to content

MouseWheelEvent.wheelDelta is not defined #28495

Closed
@mjbvz

Description

@mjbvz

TypeScript Version: 3.2.0-dev.20181110

Search Terms:

  • dom.d.ts
  • mousewheelevent

Problem

microsoft/TypeScript-DOM-lib-generator#579 removes the definition for MouseWheelEvent,wheelDelta

Although this property is deprecated non-standard (https://developer.mozilla.org/en-US/docs/Web/API/MouseWheelEvent) it was being used in the VS Code code base and potentially elsewhere.

I'll see if VS Code can migrate to use the standard WheelEvent but am not sure if the current breaking change on MouseWheelEvent is correct.

Metadata

Metadata

Assignees

Labels

Breaking ChangeWould introduce errors in existing codeDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix it

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions