Scenario: You have 2 viewes, both with paging enabled and filtering exposed on a taxonomy term, you also have the rss feed icon display on the block.
Results: When the page initially loads everything works as expected (paging, filtering).
Issue: When you move to another tab, the content is dynamically loaded through AJAX and displays correctly, however as soon as you select a filter and click the apply button the page goes to the RSS feed path and if you select paging it returns a screen of jQuery data (I think) ...
{ "status": true, "data": "\x3cdiv class=\"view view-travel-top-rated view-style-normal view-id-travel_top_rated view-display-id-default\"\x3e\n \x3cdiv class=\"views-admin-links views-hide\"\x3e\n \x3cul class=\"links\"\x3e\x3cli class=\"0 first\"\x3e\x3ca href=\"/admin/build/views/edit/travel_top_rated?destination=quicktabs%2Fajax%2Fviews%2Ftravel_top_rated%2Fdefault%3Fpage%3D1#views-tab-default\"\x3eEdit\x3c/a\x3e\x3c/li\x3e\n\x3cli class=\"1\"\x3e\x3ca href=\"/admin/build/views/export/travel_top_rated ... etc
Selecting the original tab you started on paging now has the same issue (returns jQuery data).
Comments
Comment #1
katbailey commentedYeah, I'm not sure it will be possible to get ajax views working inside ajax quicktabs - I'll need to do some investigation into how the ajax views paging and filtering is done
Comment #2
pasqualleI guess it is not possible as views redirects to its own page when filtered.
Comment #3
pasqualleOK, my previous comment is a big bullshit. I just realized that views has a built in ajax functionality. That's incredible.
Comment #4
katbailey commentedYes I've just been trying to harness the views ajax stuff for use within Quick Tabs. Got paging working - filters not quite there yet though. Will commit latest code this evening.
Comment #5
pasqualleI think this should be working now. can you please test the latest dev release?
Comment #6
pasqualleThe issue is without response and this should not be a problem in the latest release. Closing..
Feel free to reopen the issue if the problem still exists.