atulmore777 / gwt-html-editor

Automatically exported from code.google.com/p/gwt-html-editor
0 stars 0 forks source link

Browser back And forward not working with a page having html editor in IE #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

I have a gwt module which displays first  a list of items . Each item 
is provided with  an update button. 
When user clicks on the update button, the listing is removed and the 
update page ogf that item  is displayed. 

In my update page, I am having an html editor which displays the 
images or videos uploaded for this item. 

I am using historylistener to navigate back and forward between these 
two pages. 

In IE, when I press back button from the update page, history listener 
is not getting fired and it just clear the content in the editor. 

When I click backbutton again,history listener gets fired  and go back 
to the listing page. 

But in FF, it works fine. It goes to the listing page on the first 
click itself. 

Why this  is  occurring in IE? 

Original issue reported on code.google.com by eliz.jyo...@gmail.com on 25 Apr 2008 at 3:17