tabbed not working for anonymous users
gondwanan - November 19, 2007 - 20:18
| Project: | Tabbed Block |
| Version: | 5.x-1.2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
I 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
#2
i 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
#3
I have the same issue. Works fine when authenticated to the system. But nothing happens when you are anonymous.
#4
MySQL database 5.0.45
PHP 5.2.4
All blocks are views so restrictions on views
#5
Any Update on this? I have it running on a production site as some of the main content... please see center area at Prattcc.edu
#6
see 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.
#7
I do not use panels
#8
Anyone have this fixed or a work around?
#9
do you use analytics module?
http://drupal.org/node/182623
may be duplicate issue.