Skip to content

Can't drag mat-slider - when Ivy enabled #17420

@theunreal

Description

@theunreal

Reproduction

Any angular project with mat-slider and Ivy enabled

"angularCompilerOptions": {
    "enableIvy": false
  }

Steps to reproduce:

  1. Using mat-slider:

<mat-slider></mat-slider>

Enable ivy in tsconfig.app.json:

"angularCompilerOptions": {
    "enableIvy": false
  },

Expected Behavior

mat slider should be dragged using the cursor

Actual Behavior

Using the cursor to drag the mat-slider is not working when Ivy is enabled.

Environment

  • Angular: 9.0.0-next.8
  • CDK/Material:8.2.3
  • Browser(s): Chrome
  • Operating System (e.g. Windows, macOS, Ubuntu): Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions