axonivy-market / demo-projects

Official Axon Ivy Demo Projects
https://developer.axonivy.com
Apache License 2.0
9 stars 4 forks source link

XIVY-14079 Fix buggy sidebar #551

Closed ivy-lli closed 5 months ago

ivy-lli commented 5 months ago

https://1ivy.atlassian.net/browse/XIVY-14121

ivy-lli commented 5 months ago

surely good to have strictly-defined IDs, but why does this solve any bugs?

because freya hold the current selected menu item inside a cookie, and if this id can change between renders, it can happen that the wrong element will be selected in the menu. If this ID's are fixed this should not happen.

ivy-rew commented 5 months ago

surely good to have strictly-defined IDs, but why does this solve any bugs?

because freya hold the current selected menu item inside a cookie, and if this id can change between renders, it can happen that the wrong element will be selected in the menu. If this ID's are fixed this should not happen.

ahh, good to know. thanks for sharing :+1: