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
Original issue reported on code.google.com by
nour.sha...@gmail.com
on 19 Aug 2009 at 12:38