Open wuuti opened 9 years ago
This could be an interesting feature.
While digging (i've been thinking in doing a "provider" making use of localStorage instead of ajax calls -- so it would be faster to store), i found that HTML5 SessionStorage seems be the only solution to store "per tab".
For the record, currently states are not stored per session, but per user (see code), so each new tab overrides the previous one.
Well, per user is even worse: that means cross-browser? So it does not help to have different browsers open...
Local storage (per browser tab) would really be helpful here. Not sure if you can save it per tab though.
When working with multiple browser tabs in the manager, the resource and elements tree magically opens und closes items. The state seems to be saved per session, thus preventing you from having different "perspectives" to work with.