When I open a space via the CTRL+K menu (and possibly other methods as well), it updates the title of my tab and then updates the URL of my tab. The result of this is that in my browser autocomplete the title and URL are mismatched – in the picture above you can see that the tab title TOTK Armour Upgrades
is associated with the link to a different Space, Diablo Demake
.
1 Like
thanks that helps alot, will look into
2 Likes
might be a good candidate for @lucas :
i’ve been able to repro this issue although not always, so not sure about the root cause.
in theory WindowHistoryHandler.js
is supposed to handle all window title and url updates (by listening for triggerUpdateWindowHistory
) so making sure these fire as expected with the expected payloads when changing spaces is where i’d start looking
1 Like
fix released
1 Like