I have a panel pane created in views that uses ajax paging. The view is set to display 4 items. When adding the pane to a panel, I enable paging and set the amount of items to 16. Upon viewing the panel, 16 items are shown, but once you page, it goes back to 4 items.

Comments

merlinofchaos’s picture

Oh man. This may be hard to fix. The Views ajax stuff goes directly to the view and doesn't go through Panels, so it never sees the new value. I'm not entirely sure what to do about this.

mstef’s picture

Haha sorry for bringing up like 4 issues in the same day - guess I tend to really push modules..

Rysk’s picture

heh, I ran into the same problem. I thought it might have been because I tried using the argument handler to set the item offset to highlight specific nodes, or setting the current page to the one with the item in question when that failed with the ajax paging. Neither option worked. The pagination only seems to be consistent for the first page, and it only seems to happen with the view uses ajax pagination inside a panel. So.. yeah, I guess we both push things pretty hard.

merlinofchaos’s picture

Status: Active » Fixed

I've added a warning about ajax and overriding pager settings with the new pager stuff in the views panes.

Status: Fixed » Closed (fixed)

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