sammy icon indicating copy to clipboard operation
sammy copied to clipboard

History navigation back and forward is not working with iframe.

Open emiralp opened this issue 12 years ago • 3 comments

When you change an iframe's src via javascript, sammy adds buggy history changes to the browsers navigation.

Ex:

$("iframe").attr("src","");

emiralp avatar May 22 '12 01:05 emiralp

Can you explain further? It adds history to the iframe itself? Specific browsers?

quirkey avatar Jan 26 '13 23:01 quirkey

Its adding history on Browser level , for firefox 25 I am getting this.

when you click back , it goes to that state when iframe src at initial state.

pushkeryadav avatar Jan 09 '14 06:01 pushkeryadav

I also have the same problem.

ayehia avatar May 27 '15 12:05 ayehia