зеркало из https://github.com/mozilla/gecko-dev.git
bug 347913. Notification accessibility regression. r=pilgrim, r=mconnor
This commit is contained in:
Родитель
b30c777932
Коммит
da206c39db
|
@ -107,13 +107,14 @@
|
|||
else
|
||||
newitem.type = "warning";
|
||||
|
||||
if (!insertPos)
|
||||
this._showNotification(newitem, true);
|
||||
|
||||
// Fire event for accessibility APIs
|
||||
var event = document.createEvent("Events");
|
||||
event.initEvent("AlertActive", true, true);
|
||||
this.dispatchEvent(event);
|
||||
newitem.dispatchEvent(event);
|
||||
|
||||
if (!insertPos)
|
||||
this._showNotification(newitem, true);
|
||||
return newitem;
|
||||
]]>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче