Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Dialogs, Menus, Selects won't open in IE11 0.10.1-rc4 #3927

@stevenmiles

Description

@stevenmiles

I use a dialog for login. This means that the first thing that happens for my application fails in IE11 without being able to continue. The problem can be reproduced in the documentation samples for dialog in "Release 0.10.1-rc4" and "HEAD (MASTER)"

The console shows the following stacktrace

TypeError: Assignment to read-only properties is not allowed in strict mode
   at E (https://material.angularjs.org/HEAD/angular-material.min.js:7:23232)
   at g (https://material.angularjs.org/HEAD/angular-material.min.js:7:23162)
   at Anonymous function (https://material.angularjs.org/HEAD/angular-material.min.js:7:22439)
   at Anonymous function (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:120:172)
   at n.prototype.$eval (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:134:482)
   at n.prototype.$digest (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:132:1)
   at n.prototype.$apply (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:135:267)
   at Anonymous function (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:252:124)
   at c (https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:35:212)

image

Edit:
Seems that the same issue is affecting md-menu and md-select as well.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions