Commit f3066ab5 authored by Romain Courteaud's avatar Romain Courteaud

erp5_xhtml_style: hande notifyFocus/notifyBlur

See nexedi/erp5@ea219b74
parent 83772502
......@@ -83,7 +83,12 @@
function () {
return;
})
.allowPublicAcquisition('notifyFocus', function () {
return;
})
.allowPublicAcquisition('notifyBlur', function () {
return;
})
.allowPublicAcquisition('notifySubmit', function () {
return this.element.querySelector('form').querySelector('[type="submit"]').click();
})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment