Closed (fixed)
Project:
Panels Tabs
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2007 at 07:46 UTC
Updated:
25 May 2009 at 08:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedSorry, I'm having trouble understanding exactly how this is failing. Can you please describe more clearly exactly what is happening versus what you're expecting? (I know, it may seem like I'm making you be more detailed than it seems like you need be, but this just isn't making sense to me).
Comment #2
geshan commentedThanks for trying to help, I'll put it simple and in detail. The thing is I previously had Panels 5.x.1.2 using that I could add views to panels without problem. For using tabs I switched to Panels 5.x.2.0-alpha 14. After that I can't add views in panels thats it. I want to know how can I do, the other blocks of other modules can be added without any problem but views can't be added to panels. When I click the views it has no response but if I click other blocks it give options to override title and access options as per roles to blocks. See the picture attached for more details.
Help Needed ASAP!!
Geshan
Comment #3
merlinofchaos commentedThat's very odd that you get no response from clicking on those. Is there some kind of error message that appears either via firebug's console or in your http error log?
Comment #4
geshan commentedI think there is some problem with jquery.js. It gives missing ;. In the picture the addition of views shows errors but addition of latest blogs shows no such errors. See the screenshot for details and suggest what to do next.
HElp
Geshan
Comment #5
seanrI don;t even get views listed at all in my content popup. Just started when I updated to the latest version of panels in the 5--2 branch.
Comment #6
merlinofchaos commentedIf you just updated from -dev or CVS, be sure to activate the legacy views module; that will restore the old Views functionality. I moved that aside so that I could put in a new, smarter but with higher administrative overhead views content type plugin.
Comment #7
michelleI've just run into this as well. It looks like views and tabs are not compatable. I have a mini panel with 3 tabs. One of them is a view, the other two are just dummy custom content for now. On the edit page of the mini panel, all three show up just fine with the view content there as well as the dummy content. On both the edit page and the display page of the panel page that the mini panel was added to, the tab with the view does not show up at all, not even the tab. If I change the style of the mini panel from tabs to default, all three items show up everywhere as expected.
Michelle
Comment #8
michelleChanging title for clarity.
Michelle
Comment #9
michelleIt just occured to me to see if there was any newer panels_tabs code. I upgraded to the latest dev of that and the problem went away. I suspect this should be moved to that project and marked fixed but I'm not the OP so I'll leave it be.
Michelle
Comment #10
merlinofchaos commentedComment #11
wim leersI have absolutely no idea what the cause of this could be. Panels Tabs Style just iterates over all panes it receives and displays them as tabs. Really simple. There isn't even the logic to skip a pane...
Marking this as needs more info until somebody posts the exact steps to reproduce this.
Comment #12
wim leersConfirmed by Michelle in IRC that this really has been fixed.
Comment #13
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #14
droople commentedI can confirm this problem with the following setup
Panels 5.x-2.0-rc1a
Tabs panel style 5.x-1.5
Tabs 5.x-1.1
In a tabs layout, nothing shows up, but with a default or rounded corners layout, all 3 panes (with views embedded) show up.
Comment #15
gundarx commentedI also have the same problem. Same setup as #14.
Had Tabs panel style 5.x-1.4 with this problem and upgraded to 1.5 and the problem persists.
I also attempted disabling and uninstalling Javascript Tools, Tabs, Tabs panel style and re-enabling all.
Comment #16
gundarx commentedSolved my problem.
I had JQuery Update 5.x-2.0 installed, which could have caused problems with the newest stable release of JSTools/Tabs.
Problem fixed for me when I used the latest dev version of JSTools.
Comment #17
wim leersYep, what gundarx says :)