I'm using panels_tabs on Drupal 6.4 (using the patch posted elsewhere in the queue) and it works brilliantly. I have Views panes inside panels and it's great that the active tab is remembered when using pagers.

Would it be possible to extend this functionality to exposed filters? At the moment the page refreshes and it goes back to the first tab, even when Ajax is enabled within the view.

Comments

wim leers’s picture

Status: Active » Closed (duplicate)

Version 1.5 has this very feature: http://drupal.org/node/278909! :)

sjf’s picture

Status: Closed (duplicate) » Active

Hi Wim, thanks for the fast response. The duplicate post (#270509) relates specifically to pagers (which already work fine) but not exposed filters.

I've reopened this as I believe its a separate feature request. If you think the active tab should already be remembered when applying exposed filters, you can treat this as a potential bug report :) Perhaps something has changed in Views 2?

wim leers’s picture

Ugh, sorry for missing that.

You're using this with Views 2, and therefor on Drupal 6?

sjf’s picture

Yes, I installed it on Drupal 6.4 by just editing the .info file as detailed in post #249102. I'll try it out on a Drupal 5/Views 1 install though to see if the problem occurs there too.

wim leers’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Closed (fixed)

Closing due to lack of response.

chinita7’s picture

Status: Closed (fixed) » Active

Sorry for making this back to active again.
I'm trying to use panel tabs for views exposed filter but after summit 'apply' button the active tab is back to the first(default) tab.
I'm using 6.x-1.0-rc6 with views 2 but only 5.x-1.5 has this function ?
Thanks.

mstrelan’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Can we get this for 7.x too?

amagdy’s picture

subscribing

amagdy’s picture

Enabling Ajax in views solved the issue, it no longer refresh during changing the page or applying a filter

skek’s picture

Hi @amagdy,

This actually is workaround of the issue, it is not a fix. It will works in cases you can use ajax.
However in cases you are using views + bulk operations or you are making POST request custom build form it doesn't remember on which tab you are on. @jordisan suggested using cookie for this on this TODO: http://drupal.org/node/1701128
However it is a change request but it should be a treated as a bug cause main functionalities like forms doesn't work with the module.
Please let me know if you are planning to make it in short terms so we are not working on same issues at the same time.

Yuri’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Category: Feature request » Bug report
Issue summary: View changes

This problem is still present. Any updates?