-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap modal popup bug on Opera 12 #3876
Comments
Same here |
Same bug. |
This looks like a dupe of #3514 |
Add js tooltip function so a tooltip can be called without using rel= Update tooltip html to reflect new js function Include changes from twitter/bootstrap issue twbs#3888 Include changes from twitter/bootstrap issue twbs#3885 Include changes from twitter/bootstrap issue twbs#3884 Include changes from twitter/bootstrap issue twbs#3880 Include changes from twitter/bootstrap issue twbs#3878 Include changes from twitter/bootstrap issue twbs#3876 Include changes from twitter/bootstrap issue twbs#3875
Same here. None of my modals appear in Opera 12. The background is darkened, but no modals. Click the background and removes the dark opacity. Then the page becomes dead. None of the other links, etc. work. Have to reload the page in order to access any other part of my web site. |
I had the same issue until I removed the the "fade" class from my modal. After that it appeared correctly. |
@sn0opy Huh, thanks. It's quite disappointing to me that Bootstrap has this many issues with Opera 12. @fat had been pushing them off, closing them because Opera 12 wasn't released - but then bam, here comes Opera 12 and then the problems really start to come in. I think that this is the 5th problem in a week that I've had with Bootstrap/Opera 12. p.s. This is also an issue in IE10. see #3672 |
Is there something wrong with supporting Opera? If you develop in Opera, or side-by-side, you'll A) develop faster, because if it displays in Opera, there is a higher than likely chance it will display correctly in the other browsers B) You'll find the browser-isms in your code faster and fix them. C) You won't piss off a large percentage of your dedicated users. |
Confirmed for me as well in Opera 12.0 build 1467 / Win 7 |
Fixed in: b2b000b |
For a short-term fix for people who don't want to update to a branch version of Bootstrap, see http://stackoverflow.com/questions/11589876/why-isnt-my-bootstrap-modal-window-working-in-opera/11589877 |
my website's modal stopped working for opera, and I was about to have the worst day of this month till I came here and fixed it in 10 seconds (see Barryvdh). Thank you soooooooo much guys, I owe you a whole month, you guys f'n rock!!! |
Guys I was facing the same problem and heard about a lot of solutions that were a bit complicated so I did an experiment, I replaced the new Bootstrap v2.2.2 "bootstrap-modal.js" and "bootstrap-transition.js" files with my existing ones and the modal worked across all browsers even IE 10...:) |
Great! It works @ siqbal-dincloud |
The modal popup dont work on Opera 12. Worked on Opera 11.50+. After update stoped work.
The text was updated successfully, but these errors were encountered: