留言板

Liferay.on event not firing in Firefox

John Leonard,修改在13 年前。

Liferay.on event not firing in Firefox

New Member 发布: 1 加入日期: 10-6-21 最近的帖子
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,修改在10 年前。

RE: Liferay.on event not firing in Firefox

New Member 帖子: 17 加入日期: 14-1-24 最近的帖子
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,修改在10 年前。

RE: Liferay.on event not firing in Firefox

Junior Member 帖子: 65 加入日期: 14-2-13 最近的帖子