Patch (to be ported)
Project:
Tabbed Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2007 at 11:29 UTC
Updated:
11 Apr 2011 at 05:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
joetsuihk commentedclick on the "Please config the tab title here."
set the title there.
because the block have no tab title by default,
you have to manually set one for the tab
Comment #2
najibx commentedComment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
egouleau commentedHi,
i'm using this module on a block displayed on my right sidebar (3 tabs),
it works great but when i'm displaying content using jquery (a really simple external script: on click on an "input type radio ", show a special "div") it doesn't work anymore and i'm getting for each tab "Error! Click here!" and of course no block content displayed... (Tab title are of course well defined :))
Any idea of what's going on ?
thx
Comment #5
joetsuihk commented"displaying content using jquery"?
you mean you added a block displaying content using jquery?
and embedded within tabbed block?
Comment #6
egouleau commentednope
in the central part, i'm displaying a node content (with template modified) and i'm using jquery to add a simple effect : on click on a input radio button, i'm displaying a hidden div
the tabbed block is on the sidebar on the right with the message "error! click here!"
i also got the same error when i'm displaying node with a simple link with "onclick:print()"
any idea?
thanks.
Comment #7
joetsuihk commentedso there are two errors?
1. a center tabbed block, embedded jquery do not work.? the block is added by "admin/build/block"? the error appears as the modules cannot find a proper title to display.
2. a sided block, with js inside.?
i think the error is not a problem of js.
do other modules(views, user, devel) blocks work correctly within tabbed block?
Comment #8
egouleau commentedsorry i'm not speaking english well cause it seems you don't understand me or maybe i don't understand what you're meaning too :)
well, i got a page with 3 columns :
- left sidebar column displaying some blocks,
- center column displaying node content, view etc.
- right sidebar column displaying a tabbed block (3 tabs)
all modules seems to work well (didn't notice any bug)
the tabbed block module works well too except when the center column displays node content on which i'm applying some js (like adding an onclick event on a link) that's why i thought in the first place there was some conflict between the js...
hope you will understand what i'm meaning :)
Comment #9
Renee S commentedI'm getting the same thing, all of the sudden...
Comment #10
joetsuihk commentedyou mean, orginially it works,
but some how it do not work now?
have you installed a new theme?
Comment #11
Renee S commentedOk, I tracked it down, but I have no idea how to fix it.
I have about fifteen blocks loading in various places on my site. Most of them are controlled with Block Visibility settings, and pull a node object to determine taxonomy or content-type. About 80% of them are views blocks.
What happens is that I added a views block as usual, and then I went to set the block visibility. Immediately afterwards, the (unrelated, unaffiliated) tabs that are views stop working. As soon as I set "Page specific visibility settings" to either:
I get the Error! message, on any tabs that pull their data from a view.
Show on only the listed pages.still works, for some odd reason. What's strange is that it happens even if the new block is disabled and has nothing to do with the tabs blocks.It seems like I've hit some kind of "critical mass" of blocks but I have no idea why or how?? They all still work everywhere else, even the new ones, it's just the pre-existing tabbed blocks that break.
Comment #12
Renee S commentedI fixed this by removing lines 302 - 315, the ones that check the block visibility settings for the included modules. I don't need this functionality since I set the block visibility of the actual tabbed block itself - if I want the whole thing included then I want the tabs content included too! But this might not be the best solution for others, I don't know.
Comment #13
tom_o_t commentedComment #14
mountaingazer commentedIs Version 6 ever going to be finished?????
Comment #15
joetsuihk commentedpatched.
Comment #16
drewish commentedCould we get a 5.x-1.4 release to incorporate this?
Comment #17
joetsuihk commented6.x-1.0 tagged.
"Your official release has been added. A downloadable package will not be available and this release will not be published until the packaging scripts run again. These scripts run every 5 minutes for official releases, so it should be available soon."
so, please wait
Comment #18
pitxels commentedChanges at comment #12 makes perfect sense and fixed this issue for me