When a category list webpart link is clicked, certain parts of my page don't seem to reload. The page uses a conditional layout which is not checked when a link is clicked. The breadcrumbs do no reload either. Both work fine from my main menu links.
I'm assuming it has to do with the link paths that are generated from the category list webpart.
Link path that correctly reloads the page from my main menu:
.../Products/Electronics/Televisions.aspx
Link path generated by the category list webpart:
.../cms/getdoc/45ef989c-95e3-4c2a-845b-28086216e32d/Electronics.aspx?viewmode=2&devicename=&lang=en-US&langobjectlifetime=request&loaddevice=1&categoryid=522
Is this default CategoryList behavior? Do I need to use the hierarchical viewer instead?