Foros de discusión

Liferay.on event not firing in Firefox

John Leonard, modificado hace 13 años.

Liferay.on event not firing in Firefox

New Member Mensaje: 1 Fecha de incorporación: 21/06/10 Mensajes recientes
Firefox doesn't seem to be firing my Liferay.on event. In my theme/_diffs/js/main.js, I've got
Liferay.on(
    'allPortletsReady',
    /*
    This function gets loaded when everything, including the portlets, is on
    the page.
    */

    function() {
        alert("loaded all portlets");
    }
);


And it works as expected in Chrome and Safari but never in FF.
thumbnail
Hitesh Trivedi, modificado hace 10 años.

RE: Liferay.on event not firing in Firefox

New Member Mensajes: 17 Fecha de incorporación: 24/01/14 Mensajes recientes
i have this type of problem...
in my machine it work properly but in another not ...
so plz give me answwer...
thanks.
thumbnail
André Bunse, modificado hace 10 años.

RE: Liferay.on event not firing in Firefox

Junior Member Mensajes: 65 Fecha de incorporación: 13/02/14 Mensajes recientes