mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is called.
Tag #1343
This commit is contained in:
parent
900df90dae
commit
c39b0e4fd7
5 changed files with 12 additions and 1 deletions
|
|
@ -172,6 +172,10 @@ EVENT(click,
|
|||
eMouseClick,
|
||||
EventNameType_All,
|
||||
eMouseEventClass)
|
||||
EVENT(close,
|
||||
eClose,
|
||||
EventNameType_HTML,
|
||||
eBasicEventClass)
|
||||
EVENT(contextmenu,
|
||||
eContextMenu,
|
||||
EventNameType_HTMLXUL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue