| Index: golden/res/imp/detailtable.html
|
| diff --git a/golden/res/imp/detailtable.html b/golden/res/imp/detailtable.html
|
| index 3437ec59b870a696ddb6219958f5e88b5cc3fa10..cb164abb504c9a64cf97470a2fd46f7128d045fa 100644
|
| --- a/golden/res/imp/detailtable.html
|
| +++ b/golden/res/imp/detailtable.html
|
| @@ -319,7 +319,7 @@ attribute is false.
|
| digest: [that.top],
|
| status: e.detail,
|
| };
|
| - that.dispatchEvent(new CustomEvent('triage', {detail: detail}));
|
| + that.dispatchEvent(new CustomEvent('triage', {detail: detail, bubbles: true}));
|
| });
|
| this.$.leftDetail.addEventListener('change', function(e) {
|
| e.stopPropagation();
|
| @@ -328,7 +328,7 @@ attribute is false.
|
| digest: [that.left],
|
| status: e.detail,
|
| };
|
| - that.dispatchEvent(new CustomEvent('triage', {detail: detail}));
|
| + that.dispatchEvent(new CustomEvent('triage', {detail: detail, bubbles: true}));
|
| });
|
|
|
| this.hoverElement = null;
|
|
|