Bug #1312
Tabs on playerinfo page don't work under Chrome beta/dev
| Status: | Resolved | Start date: | 10/16/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected Version: | Blocking Target Version: |
Description
We are running HLstatsX Community Edition 1.6.11-beta3. When using the current Chrome beta/dev versions, clicking on tabs (i.e. "Teams & Actions") on the playerinfo page fails to change tabs and gives the following error in the Javascript console. Checked in both Chrome 7.0.517.41 beta and Chrome 8.0.552.0 dev.
<pre>
/hlstatsx/includes/js/tabs.js:46
Uncaught TypeError: Cannot call method 'replace' of undefined
</pre>
History
#1
Updated by octo-dhd over 1 year ago
- Status changed from New to Resolved
fixed in 1.7, and I think its being back ported to 1.6.x - problems stems from chrome implementing emca .bind() differently then how mootools does it. I worked around this exact problem, if we run into more lets look at mootools 1.3 which supposedly fixes this issue.