Active
Project:
Tabbed Block
Version:
5.x-1.2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2007 at 20:18 UTC
Updated:
13 Mar 2008 at 08:07 UTC
I have tabbed blocks working well except the tabs are not clickable for anonymous users. No problem for any other roles once they are logged in.
For the anonymous user the tabbs appear clickable - i.e. the cursor changes on mouseover - but nothing happens when you click on the tab.
Comments
Comment #1
manuj_78 commentedI have the same problem, except that this problem does not occur always for me.
Also, this is not limited to anonymous users for me. this happens for registered as well as admins also.
Any help on this will be greatly appreciated
Manuj
Comment #2
joetsuihk commentedi cannot recreate this bug.
my environment:
a fresh installation D5.5,
apache2, php5, mysql5
tabbed block1.2
add one tabbed block with "who's online", "who's new"
works on anonymous user.
please provide more information, like
what blocks are using, settings of permission of that module..
thx
Comment #3
llizards commentedI have the same issue. Works fine when authenticated to the system. But nothing happens when you are anonymous.
Comment #4
llizards commentedMySQL database 5.0.45
PHP 5.2.4
All blocks are views so restrictions on views
Comment #5
llizards commentedAny Update on this? I have it running on a production site as some of the main content... please see center area at Prattcc.edu
Comment #6
joetsuihk commentedsee that bug.
note that after ajax refresh, that works again.
still cannot regenerate,
i try devel with views, (block list view)
three tabs, default settings, themes...
do you place the block inside panels module?
some notes if you are developer,
the jquery seems cannot register the click function to li (line 58), as
$(".tabbed-block").children("ul").children("li").eq(1).click()works in firebug.
which means, the code handle click is nice.
Comment #7
llizards commentedI do not use panels
Comment #8
llizards commentedAnyone have this fixed or a work around?
Comment #9
joetsuihk commenteddo you use analytics module?
http://drupal.org/node/182623
may be duplicate issue.