Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9285281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T19:07:14+00:00 2026-06-18T19:07:14+00:00

I wonder whether anyone could possibly give me a clue here. There’s some tab

  • 0

I wonder whether anyone could possibly give me a clue here. There’s some tab switching content on this page http://www.brt.org.uk/donate

That works in Safari, Chrome and IE up to version 8 I believe, but NOT in Firefox and IE 9. It’s a mystery to me as it used to work nicely in all browsers.

I would be grateful for any ideas.

There is this script that does it, and it used Mootools
http://www.brt.org.uk/plugins/tabcontrol/tabcontrol.js

Many thanks for any help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T19:07:15+00:00Added an answer on June 18, 2026 at 7:07 pm

    you are using mootools 1.2.1 – which is 3+ yrs old. There are two issues that will affect it.

    1. firefox 18.0.1 introduced String.prototype.contains which differs in implementation from the version shipped with mootools. until version 1.3, that method was not ‘protected’ and rewritten by mootools so the change breaks the selector engine.

    2. 1.2.1 can be incompatible with IE9 due to changes to do with bind implementation. this was fixed in 1.2.4 (or 5), it also has to do with certain browser sniffing methods used in older mootools. see release notes for 1.2.5 – http://mootools.net/blog/2010/09/15/mootools-core-1-2-5/ – these may not affect every site/usecase, but when they do, you need to upgrade.

    on the whole, you need to upgrade – i suggest 1.4.5 with compatibility from the mootools site.

    this tab class is written wrong:

    TabControl = new Class();
    // ..
    TabControl.prototype = {
        // stuff
    }
    

    this totally circumvents the mootools Class constructor function that does a lot in setting up the prototype for inheritance and dereferencing constructor objects.

    rewrite to

    var tabControl = new Class({
        // 'methods' and properties... 
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wonder if anyone could give me a pointer with some pre-population in JSP:
I wonder whether someone could possibly help me please. So that I can maintain
I wonder whether there are some guidelines that I can use for coding Winform
I wonder whether someone may be able to help me please. Firstly, this is
I wonder whether someone can help me please. I've found this tutorial to create
I wonder whether there is a way to use fastzip to zip a directory,
I wonder whether someone may be able to help me please. I've put some
I wonder whether there is an analogue of (//) in repa? It is needed
I wonder whether there should be any problems with Google Checkout if I register
I wonder whether someone could help me please. I'm capturing a Session variable within

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.