I have just created two tabbed blocks on one page containing content from completely different view-blocks. When I click on the top tabbed-block things work as usual, but when I click on the bottom tabbed_block the whole page refreshes, reloads to the top, and the content of the bottom block disappears. I am initially puzzled by what is causing this. Perhaps it is because both blocks are using the same effect?
Comments
Comment #1
joetsuihk commentedseems some javascript errors.
can you provide sample page so i can inspect? browser?
Comment #2
cybermache commentedI only had this going on my dev site which is on a closed server. I've tested it on all browsers and found the same results. In looking more into what is happening with the javascript I found that it isn't loading for anonymous users. At least it wasn't listed in the head of my pages when I wasn't logged in.
I had to get something working asap so I opted for Quick Tabs instead. Might look at this module later on when I have more time. It seemed to me like a loop of some kind was going on but beyond that I currently can't provide any more information. sorry.