Community
Participate
Working Groups
I've updated FF to 9.0.1. Now I can open operations tooltip, but it doesn't close. The same problem with Login popup, but only if it's triggered by 401, not opened manually.
Strange thing dijit.popup.close() just stopped working. dijit.popup.hide() works instead. I moved it to: if(dijit.popup.hide) dijit.popup.hide(this); //close doesn't work on FF dijit.popup.close(this); this works on every browser known by me.