[XForms] Fix submit issue for XUL. Bug 323006, r=smaug+me, patch by surkov@dc.baikal.ru

This commit is contained in:
allan%beaufour.dk 2006-03-20 11:04:57 +00:00
Родитель 9f1738bfeb
Коммит b53c170324
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -150,12 +150,12 @@
</implementation>
<handlers>
<handle event="command">
<handler event="command">
// XXX: we need to fire 'DOMActivate' event to get xforms:submit to
// work, since xul:button do not do it (see a bug 323005
// https://bugzilla.mozilla.org/show_bug.cgi?id=323005).
this.dispatchDOMUIEvent("DOMActivate");
</handle>
</handler>
</handlers>
</binding>