Closed (fixed)
Project:
HTML Export
Version:
6.x-2.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 06:56 UTC
Updated:
26 Mar 2012 at 17:40 UTC
I use context to place blocks in a region (sidebar) of my pages- their content is missing in the exported html
Comments
Comment #1
btopro commentedthese two issues are probably related. What's actually happening is that context is set correctly on the page invoking html_export, and then not being reset on the subsequent page requests. Been trying to reset the static cache variables involved in the page load from a context perspective but unable to get it to clear them yet... :\
Comment #2
btopro commentedThe issue should be fixed now because I've added support for anonymous page exporting. This will still be an issue with masqueraded rendering but that's going to be left as experimental / won't fix unless someone wants to take up that mantel.