ykoehler
23 Mar 2010, 9:15 AM
I have an issue with Ext.History. When you "add" history value without a colon in them, the back button in IE doesn't work.
So if you do
Ext.History.add("mystate");
Inside Firefox, no problemo, but inside IE the back button will not work. If you do this instead:
Ext.History.add("state:mystate");
Then IE works... Anyone knows why?
--
Yannick Koehler
So if you do
Ext.History.add("mystate");
Inside Firefox, no problemo, but inside IE the back button will not work. If you do this instead:
Ext.History.add("state:mystate");
Then IE works... Anyone knows why?
--
Yannick Koehler