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
Comment #1
wim leersVersion 1.5 has this very feature: http://drupal.org/node/278909! :)
Comment #2
sjf commentedHi 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?
Comment #3
wim leersUgh, sorry for missing that.
You're using this with Views 2, and therefor on Drupal 6?
Comment #4
sjf commentedYes, 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.
Comment #5
wim leersClosing due to lack of response.
Comment #6
chinita7 commentedSorry 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.
Comment #7
mstrelan commentedCan we get this for 7.x too?
Comment #8
amagdy commentedsubscribing
Comment #9
amagdy commentedEnabling Ajax in views solved the issue, it no longer refresh during changing the page or applying a filter
Comment #10
skek commentedHi @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.
Comment #11
Yuri commentedThis problem is still present. Any updates?