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

hefox’s picture

May 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.

Mixologic’s picture

If 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.

mattbram’s picture

My 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

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

This 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?

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

No updates in more than 30 days