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

patchak’s picture

After 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

wim leers’s picture

Title: Issue with tabs - mini panels and pagers... » Paged views don't have the tab fragment set
Assigned: Unassigned » wim leers

I'm on it :)

wim leers’s picture

Component: User interface » Code
Category: bug » feature

This is a feature request, not a bug.

wim leers’s picture

Working on this right now.

wim leers’s picture

Status: Active » Fixed

Done!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

mstrelan’s picture

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

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

wim leers’s picture

This issue is almost 4 years old, so yes. You may want to refer to this issue though.

mstrelan’s picture

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

Sorry for the noise, the issue for this in D7 is #1560234: Pager should remember the tab.