promisefeni / reallysimplehistory

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

Google Chrome fails browser detection #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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