
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
6,448
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
The unit test wafflecone/test/history/simple-states.lzx fails completely in IE - When I click on states LzHistory.offset does not increment, and the anchor in the query string does not increment. When I click the back button I browse away from the page instead of cycling back through states.
I Firefox I get inconsistent behavior - I can click on states and things increment as expected, but if I hit the back button a couple of times and then click on a state it automatically jumps to a different state.
In my own app, I can't get the history mechanism to work in any browser. I get #1 added to my query string as expected when I save a state, but then when I click the back button, the app url changes so there is no anchor, but I don't get a call to LzHistory.receiveHistory().
|
|
Description
|
The unit test wafflecone/test/history/simple-states.lzx fails completely in IE - When I click on states LzHistory.offset does not increment, and the anchor in the query string does not increment. When I click the back button I browse away from the page instead of cycling back through states.
I Firefox I get inconsistent behavior - I can click on states and things increment as expected, but if I hit the back button a couple of times and then click on a state it automatically jumps to a different state.
In my own app, I can't get the history mechanism to work in any browser. I get #1 added to my query string as expected when I save a state, but then when I click the back button, the app url changes so there is no anchor, but I don't get a call to LzHistory.receiveHistory(). |
Show » |
|