Date browsing doesn't work indside a panel pane
I'm not sure if this should go here on in calendar, panels or date issues so am posting it in all 3 (Links to be added in a short time).
I have a propblem on my site and have tested it with a fresh install of Drupal 6.10 with following modules installed:
Calendar 6.x-2.0 | Date 6.x-2.0 | Views 6.x-2.3 | Panels 6.x-2.0-alpha3 |Content Construction Kit (CCK) 6.x-2.1
The calendar page view http://localhost/calendar/ works fine until I place the calendar page view inside a panel pane.
The panel page URL is http://localhost/node/3 and I have inserted the calender page view into a pane on the panel page. The calendar shows the current month March. When I click on next the link takes me to http://localhost/node/3?=calendar/2009-04 but the calendar month displayed remains the same and displays March. Same if I click prev - the URL is http://localhost/node/3?=calendar/2009-02 but it displays Mar. It's not possible to move through the months to May, June etc.
Also links to Year, Day, Week etc do nothing.
If
Pete Stein