Is your Solution available?
Printable View
Is your Solution available?
Yes, you will find it at https://github.com/hlsolutions/extjs...pStateProvider.
thanks, i will try it...
currently i use my own provider without buffering. While reading your code i found a little problem:
should beCode:me.store.find('name', name), row;
i spent a lot of time to find a bug in my provider which overwrite a custom state id. I use following states:Code:me.store.findExact('name', name), row;
ext-dashboard-portalpanel-1057
ext-dashboard
When using this this kind aof states store.find give the wrong position when searching for 'ext-dashboard'...
Bye, Dumbledore
I will investigate this tomorrow or next week, but it seems that you have found a bug. Congrats. Issue #3 if you want to track it.