Hi John,
I'm using Gumbosoft AJAX tabs, and it doesnt seem to work well with PB. Mainly the tabs are coming out wrong on IE (gap between tabs and the box below).. have you written exclude rules or etc that will make this module work? Sometimes the tabs do not work on FF either. If I turn PB off, they work fine. I dont actully understand your pinned post with how to do excludes. You say use: path pattern="DraggableDynamicForm" - what does that actually mean? all portions of the page output that are generated by that module are not cached/compressed/etc? Or just that if any files inside that folder are referenced, then those are excluded eg /module.css.
I think the ajax tabs module injects some stuff into the page output, and this is being processed by pageblaster, and as a result it doesnt work. Does that sound right? I have tried:
path pattern="(/admin/|/host/|Gumbosoft.AjaxTabs)" excludeFrom="All"
path pattern="(/admin/|/host/|/Gumbosoft.AjaxTabs/)" excludeFrom="All"
path pattern="(/admin/|/host/|Gumbosoft\.AjaxTabs)" excludeFrom="All"
path pattern="(/admin/|/host/|/Gumbosoft\.AjaxTabs/)" excludeFrom="All"
and even:
path pattern="\.js$|\.css$|\.html$" excludeFrom="All" (instead of Replacements)
I also turned white space filter off...
Thanks,
OM |