Inconsistent Behaviour Between Browsers

Inconsistent Behaviour Between Browsers

This experience was demonstrated to Ruben yesterday ... and is being posted here so it can be responded directly by the ZOHO Creator Team.

In one of my Clients' Application, I have (dynamically composed) links in an HTML View ... something like ...

<a href="/hisAccount/hisApp/#Form:someForm?reference=1234">some prompt</a>
...
<a href="/hisAccount/hisApp/#Form:someForm?reference=5678">some prompt</a>
...
<a href="/hisAccount/hisApp/#Form:someForm?reference=9012">some prompt</a>
etc. etc.

... the user would click one of the links to navigate to the said form ... and when done with the target Form, he can just click on the Browser's Back Button ... and return to the HTML View (and click on another such link).

This works in Firefox 3.5.x ... but not in Internet Explorer ... because ZOHO Creator inserts some mysterious extra step (rshblank.html) between the HTML View and the Form ... so when the Browser navigates to it on the way back, ZOHO Creator goes haywire and drops the user into Edit Mode !!!


Gaev