Fórumok

dockbar was unclickable

Zhenlei Li, módosítva 9 év-val korábban

dockbar was unclickable

Junior Member Bejegyzések: 51 Csatlakozás dátuma: 2014.07.13. Legújabb bejegyzések
Hi List,

I am working on CE6.2 GA2. Sometimes (cannot reproduce everytime), the dockbar on top-right corner could not work.
Whenever I clicked on "my sites" and "my name" links, no any response. Something like they are not hyper links.
or say ---"javascript:void(0);" did nothing.

I got this issue quick a few times on Welcome theme, Classic theme and my customized theme based on classic.

Does anybody get same issue? welcome any suggestion.

Thank you
thumbnail
Olaf Kock, módosítva 9 év-val korábban

RE: dockbar was unclickable

Liferay Legend Bejegyzések: 6403 Csatlakozás dátuma: 2008.09.23. Legújabb bejegyzések
I've seen such problem when JS couldn't be loaded for some reason. Please monitor the requests/responses for resources referenced on the page when this happens (e.g. with Firebug) and check for 404 or other return codes on the JS code. Also, watch out for JS messages in console or server side error messages (in Liferay's log as well as in the acces-log)
Zhenlei Li, módosítva 9 év-val korábban

RE: dockbar was unclickable

Junior Member Bejegyzések: 51 Csatlakozás dátuma: 2014.07.13. Legújabb bejegyzések
Yes, Olaf, I keep monitorring.
My liferay portal is running at mainland China, it might not be easy to connect with Google, Git, Maven etc directly.
I guess the issue related to the client side JS (download JS code on client side).

Thank you