Is this a known issue in firefox extensions on Mac OS?
问题 I've developed a firefox extension which contains a small dialog defined by this XUL script: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <prefwindow id="firenowPreferences" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="Fire.Now" ondialogaccept='onSave();' onload="checkFields();"> <script type="application/x-javascript">function onSave(){ alert('blablabla');}</script> <prefpane id="pane1"> <grid> <rows>