webbj74
I work on projects for more than a dozen clients and if my number of workspaces grows above a certain number, it seems to make them act weird, the only solution I've found is to clear out all of my workspaces and start over (adding new ones as I need them again).
Today I experienced this again. Adding an 18th workspace causes a shift between the names displayed on the workspaces and which workspace is opened when I click on it. So if I had 17 workspaces named:
AAA
BBB
CCC
...
OOO
QQQ
RRR
And I added a new workspace named PPP, I now get a menu where:
RRR -> clicking opens AAA
AAA -> clicking opens BBB
BBB -> clicking opens CCC
CCC -> clicking opens DDD
...
OOO -> clicking opens PPP
PPP -> clicking opens QQQ
QQQ -> clicking opens RRR
This off-by one ordering is repeated if I open the "Edit..." workspace list.
Deleting a workspace named "OOO" deletes workspace "PPP", and now the menu is back to normal again.
Today I experienced this again. Adding an 18th workspace causes a shift between the names displayed on the workspaces and which workspace is opened when I click on it. So if I had 17 workspaces named:
AAA
BBB
CCC
...
OOO
QQQ
RRR
And I added a new workspace named PPP, I now get a menu where:
RRR -> clicking opens AAA
AAA -> clicking opens BBB
BBB -> clicking opens CCC
CCC -> clicking opens DDD
...
OOO -> clicking opens PPP
PPP -> clicking opens QQQ
QQQ -> clicking opens RRR
This off-by one ordering is repeated if I open the "Edit..." workspace list.
Deleting a workspace named "OOO" deletes workspace "PPP", and now the menu is back to normal again.