History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4655
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: P1 P1
Assignee: Max Carlson
Reporter: Lorien Henry-Wilkins
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

History mechanism not working

Created: 04/Sep/07 06:44 PM   Updated: 12/Sep/07 07:07 PM
Component/s: Browser Integration
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 6,448
Runtime: N/A
Fix in hand: False


 Description  « Hide
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().

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Frisco Del Rosario - 04/Sep/07 07:02 PM
I watched Lorien reproduce the Firefox wackiness, which is quite inconsistent, and reproduced the IE failure myself.

Max Carlson - 05/Sep/07 09:11 PM
http://localhost:8080/legals/test/history/ is also broken in IE. History in legals is also broken in IE. I'll look at a fix.

Max Carlson - 11/Sep/07 11:13 AM
diamond is still having issues in IE - investigating...

Max Carlson - 12/Sep/07 01:44 PM
I believe the issues are related to LPP-4695

Frisco Del Rosario - 12/Sep/07 07:07 PM
Personally, I'm amazed that simple-states.lzx passed in IE7 before it did in Safari. LPP-2150 is still open.