Closed (fixed)
Project:
Web Experience Toolkit
Version:
6.3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2026 at 17:54 UTC
Updated:
30 Mar 2026 at 20:10 UTC
Jump to comment: Most recent
Comments
Comment #2
joseph.olstadPostponing on #3572653: WxT 6.3.x
Comment #3
smulvih2Comment #5
joseph.olstadLooks good.
Breadcrumb behavior changed at some point between us running wxt 6.1.x in production and upgrading to wxt 6.2.x. The menu_breadcrumb module is likely where the change happened. Ended up handling a few edge cases in a hook in order for pages that do not have menu links and or are not node pages to have a current page breadcrumb item.
with that said, depending on the configuration options used, depending on what your dept expects from breadcrumbs you may or may not notice this issue.
Our projects automated testing picked up the differences. WxT automated tests probably don't cover the non menu breadcrumb node breadcrumbs or have a different default setting.