promisefeni / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

Possible defect wrt Firefox 3.5 #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Use Mozilla Firefox 3.5+ and Firebug
2. Put this in <head>:
<script type="text/javascript" src="rsh.js"></script>
<script type="text/javascript">
dhtmlHistory.create();
var listener = function () { console.debug(arguments); };
window.onload = function() { dhtmlHistory.initialize(listener); };
3. Watch Firebug's console

What is the expected output? What do you see instead?

On page load one sees a call to console.debug with the respective arguments
as expected. However, upon calling dhtmlHistory.add('location',{data:{}}),
the listener function is not called--no output.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by nour.sha...@gmail.com on 19 Aug 2009 at 12:38