adopted-ember-addons / adopted-ember-addons/ember-paper
Assertion Failed: calling set on destroyed object in FocusableMixin#handleMouseLeave
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 879
- Fork
- 327
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
This only happens in Safari, as far as I can tell.
```
[Error] Error: Assertion Failed: calling set on destroyed object: .hover = false
assert (vendor.js:52288)
set (vendor.js:31232)
handleMouseLeave (vendor.js:199445)
superWrapper (vendor.js:47031)
superWrapper
```
`handleMouseLeave` refers to https://github.com/miguelcobain/ember-paper/blob/master/addon/mixins/focusable-mixin.js#L85
The `PaperButton` in question is of the form
```
"}} />
```
so nothing fancy.
This error happens after the transition to the new route occurs, and the user moves the mouse.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.