Closed (won't fix)
Project:
Panels
Version:
6.x-3.0-rc1
Component:
Display rendering
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Aug 2009 at 00:35 UTC
Updated:
9 Mar 2010 at 23:23 UTC
Hi
Would like to know whether Ajax is supported, I am displaying 'Views' content within panels utilising the module quicktabs to enhance the layout of the panel pane which appears to work well, except for when either 'Views' or 'Quick tabs' is utilising Ajax in the display. Whenever Ajax is being used the data never loads it seems to just hang while previewing the Panel Pane. Is this related to Quicktabs or is Ajax not yet supported.
Please advise.
Regards
Adrian
Comments
Comment #1
hefox commentedMay be releted.
I also had problem with ajax+views and non-standard ways of using it.
I had the node inserted into the panel
The node had a view attached via views attach.
The view had a pager + ajax + ('unrelated' attached view that simulated another pager via node titles).
When clicking the pager, all the information would be returned correctly (firebugged and then added an alert into the views module)., but it'd blank out the view.
Ended up attaching a view instead of using a node.
Comment #2
MixologicIf you are using quicktabs with ajax to load tabs, the other tabs do not load any additional javascript or css files that they normally would. I just ran into this with a Panel Node. None of the panels css was coming through if it was loaded via AJAX. If I shut off ajax, the css loaded up fine. Note that this is only a problem for the 2nd, 3rd, 4th etc tabs.
Comment #3
mattbram commentedMy problem seems related, so I'll jump in. If not, forgive me. I am using Views (ajax-enabled) within Panels. Specifically, I am using the user view in Panels to override the default Drupal user view. In that panel, I have several panes that contain views (blocks) with Ajax enabled (for example, a thumbnail photo gallery). However, the content will not refresh without a reload of the panel page. Those block views do refresh when placed on a standard page. Can anyone tell me what I may be doing wrong?
Thanks
Comment #4
merlinofchaos commentedThis is weird. Panels shouldn't be interfering with other modules AJAX at all, certainly not at render time.
And a quick test on my dev site shows that Views ajax IS working when embedded within a panel normally. So there is something else that is becoming involved here. Possibly a javascript crash.
Is there any information in the javascript error console when the ajax fails?
Comment #5
esmerel commentedNo updates in more than 30 days