Hey there,
I found an issue using tabbed mini panels and pagers. The issue is that when someone clicks to "page" one of the specific tabbed views, the view gets tabbed properly (by adding a custom pager ID for each view), but the page is completely reloaded and the user is brought back to the first tab. So he has to actually g back to the tab he selected to see the paged view.
Normally of course the user would expect to stay on the same tabbed view to see the next content on the tab he selected. I'm not sure if this is a bug with tabs style module, or with mini panels, but I was wondering if there would be a way to pass the active tab info into the link of the pager, so that user could automatically come back to the right tab after the page reload.
Thanks for any advice / help you could provide !!
Patchak
Comments
Comment #1
patchak commentedAfter talking with merlinofchaos about this issues, seems this could be fied by adding the fragment of the url when clicking on a pager. So that means to have tabs that "stick"... to the user's choice...
There was a patch posted here http://drupal.org/node/161917#comment-584740 that was used to remember the current state, so maybe we could use the same kind of technique ??
Patchak
Comment #2
wim leersI'm on it :)
Comment #3
wim leersThis is a feature request, not a bug.
Comment #4
wim leersWorking on this right now.
Comment #5
wim leersDone!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
mstrelan commentedNot sure what was done in #4 / #5 but this doesn't seem to work any more in 7.x. Should I create a new issue for this?
Comment #8
wim leersThis issue is almost 4 years old, so yes. You may want to refer to this issue though.
Comment #9
mstrelan commentedSorry for the noise, the issue for this in D7 is #1560234: Pager should remember the tab.