adopted-ember-addons / adopted-ember-addons/ember-paper

Assertion Failed: calling set on destroyed object in FocusableMixin#handleMouseLeave

オープン
#1,161 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
879
フォーク
327
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。