You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering should the router's navigateToHomeRoute() function consider whether the start controller is enabled, and specifically if it's being forced? Without this it appears possible to click on a home icon and get routed to an un-intended menu, rather than the landing page.
The text was updated successfully, but these errors were encountered:
This is a good point... we would normally hide the home/back button on any start pages using CSS - but appreciate that is going to be tough to do if you're using the AT.
Or are you referring to what happens when you're in a standard content page and select the home/back button? In that instance I would generally want the user to be sent back to the main menu and not the 'start page' - mainly because we use the start controller functionality to include a page we want the user to be shown before the menu and then - generally - never seen again (oftentimes we'll include an option on the menu somewhere to allow you to get back to it, but you're rarely sent to it again).
Maybe the way to address this is instead to allow for more control over when the home/back button is shown and over what clicking this button does (with the default being to go back in the history, as it does now)?
I was wondering should the router's
navigateToHomeRoute()
function consider whether the start controller is enabled, and specifically if it's being forced? Without this it appears possible to click on a home icon and get routed to an un-intended menu, rather than the landing page.The text was updated successfully, but these errors were encountered: