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 8260335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:04:35+00:00 2026-06-08T03:04:35+00:00

I have a modal login window set up using the Twitter Bootstrap framework, exactly

  • 0

I have a modal login window set up using the Twitter Bootstrap framework, exactly as described at http://twitter.github.com/bootstrap/javascript.html#modals (using the Markup method and using their demo modal window as a starting point).
It works wonderfully on multiple browsers (which is one of the great reasons to use Bootstrap in the first place).

However, when I test my page in Opera, the modal window is not working. The page fades out like it should, but the window does not appear. Why?

Using: Bootstrap v2.0.4, Opera 12

  • 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-08T03:04:37+00:00Added an answer on June 8, 2026 at 3:04 am

    This is a known bug in Bootstrap, and I’m sure a fix is in the works, but for those of you who can’t wait, or can’t just change framework versions willy-nilly, here’s a nice fix:
    The problem is due to the “fade” class used in the typical markup for the modal window:

    <div id="myModal" class="modal hide fade in">
    

    This fade class provides the nice animation for the appearance/dismissal of the modal window. And it’s apparently broken in Opera 12.

    While removing the fade class will make it work, there’s no reason to deprive other browser users, so you can utilize this handy snippet of Javascript:

    <script type="text/javascript">
        $(document).ready(function()
        {
            if (navigator.appName == "Opera")
            {
                $('#myModal').removeClass('fade');
            }
        });
    </script>
    

    This will remove the fade class for Opera, but retain it for other browsers. Note that this will disable it for Opera altogether, including people on older versions. If you’re interested in narrowing the scope of the fix, you can test navigator.userAgent to determine the version (the User Agent header for Opera 12 is Opera/9.80 (Windows NT 6.1; WOW64; U; en) Presto/2.10.289 Version/12.00 on my computer, but since that won’t be universal you’d just want to check for the presence of the 12.00 at the end of the string. Maybe someone industrious and less sleepy can add a souped up version in the comments 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have using colobox which is a jquery modal window to create a login/regiestration
on my web site I want to have login/registration form in modal window done
I have a modal window with a login/sign-up form. I would like to prevent
I have the following code: XAML: <Window x:Class=ContextMenuIssue.MainWindow xmlns=http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml Title=MainWindow Height=350 Width=525> <Grid>
Does anyone have some nice examples of the ajax (modal window) login form popups?
I have a modal window which opens up a login form, then i click
I am working on modal login/registration forms. I'm not good with Javascript, but have
What is wrong with this login script? I have a modal-style iframe login box
I have a modal containing a carousel with 2 slides with login and signup
I have a window with a link. When the link is clicked, a modal

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.