-
-
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
Modal Sometimes Does Not Appear after Multiple Displays in Safari #14254
Comments
I can't seem to reproduce on OS X 10.9.4 with either Chrome or Safari v7.0.5. Can you confirm that you're using Safari v7.0.5? |
I am using Safari Version 7.0.5 (9537.77.4) on OSX Version 10.9.4 build 13E28. |
What is the best way to make a screencast? |
Here is a video I recorded showing the absence of the modal during a series of clicks: https://www.dropbox.com/s/f06r7qgyv71l7yf/Modal%20Not%20Appearing%20-%20Small.mov |
Do you have any Safari extensions installed, by chance? If yes, have you tried disabling them? |
I disabled all my extensions, restarted Safari, and tried again. The same thing happened, the modal did not appear after 6 or so attempts. |
Does the problem happen on http://jsfiddle.net/cvrhulu/upzHa/2/show/ too? If yes, please paste the log from the JS console from a session where the problem occurs. |
It happened on the third click: [Log] click (show, line 31) [Log] show (show, line 31) [Log] shown (show, line 31) [Log] hide (show, line 31) [Log] hidden (show, line 31) [Log] click (show, line 31) [Log] show (show, line 31) [Log] shown (show, line 31) [Log] hide (show, line 31) [Log] hidden (show, line 31) [Log] click (show, line 31) [Log] show (show, line 31) [Log] shown (show, line 31) [Log] hide (show, line 31) [Log] hidden (show, line 31) On Jul 27, 2014, at 10:09 PM, Chris Rebert notifications@github.com wrote:
|
Here is the log of the last shown object that did not appear. [Log] shown (show, line 31) On Jul 27, 2014, at 10:09 PM, Chris Rebert notifications@github.com wrote:
|
I was able to reproduce this. Very easily, actually. |
This seems like a browser bug. All classes are added properly and if I get a case where the modal isn't showing, disabling all the |
reproduced in Safari 7.0.6. |
Perhaps it's some |
If I had a fix I would've posted it. Can't reproduce anywhere else than Safari. I'll just assign the "help wanted" label in case anyone wants to inspect this further. |
@jayhaase Could you try to reproduce using Safari 7.1? I'm no longer able to. |
I'm not ready to install Safari 7.1 yet. I will try as soon as it comes out officially. |
@jayclockwork It is officially out now. |
I am unable to recreate the bug using 7.1. It seems to be fixed in 7.1. |
fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in S...
…Displays in Safari
I create two model , but the second model can't show in Browser , how to make the second model show in my browser? |
摸态框中内容怎么不能点击呢 |
移动端页面中使用bootstrap modal 创建了两个模态框,苹果手机中第二个显示是被遮罩层盖住的,为什么?怎么解决? |
Displaying, hiding, and displaying the same modal multiple times will sometimes fail, leaving the modal backdrop fade in place and no modal displayed.
This has been reproduced in Safari.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: