We have a views block on the dashboard with some exposed filters, when submitting a filter, views is (to all appearances) errantly loading some non-admin theme stylesheets. Specifically, page styles. This only occurs on view blocks on the dashboard with ajax turned on. With ajax disabled, the view output is empty.
Comments
Comment #1
dawehner#567222: ajax views do not work with the themekey module is a similar issue in the themekey issue queue.
Comment #2
merlinofchaos commentedYeah, we probably need views ajax to do something CTools is already doing, which is making sure to set the theme based on the theme key using a callback on the ajax menu item.
Comment #3
merlinofchaos commentedMade this change; views ajax calls should now honor the theme the page was in at the time it was made.