What steps will reproduce the problem?
1. Use Chrome browser with RSH
What is the expected output? What do you see instead?
Expected fireHistoryEvent to be invoked, but nothing happened.
What version of the product are you using? On what operating system?
Version: RSH 0.6 FINAL
OS: Fedora 8
Please provide any additional information below.
I fixed it like this:
// google chrome
} else if (UA.indexOf("chrome") > -1) {
this.isGecko = true;
this.isSupported = true;
}
Original issue reported on code.google.com by hillarsa...@gmail.com on 3 Sep 2008 at 9:19
Original issue reported on code.google.com by
hillarsa...@gmail.com
on 3 Sep 2008 at 9:19