Side navigation
#12391 closed bug (invalid)
Opened August 24, 2012 05:56PM UTC
Closed August 24, 2012 06:24PM UTC
Last modified August 24, 2012 06:28PM UTC
Bootstrap togal modal fails / IE9 / jQuery 1.8
Reported by: | brent@bmemedia.net | Owned by: | brent@bmemedia.net |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Bootstrap modal toggle fails for jQuery 1.8 with IE9 only. IE7 & IE8 work fine and I haven't noticed the error in any other browser.
SCRIPT5: Access is denied.
jquery.js?body=1, line 5928 character 2
Thanks
Attachments (0)
Change History (4)
Changed August 24, 2012 05:58PM UTC by comment:1
owner: | → brent@bmemedia.net |
---|---|
status: | new → pending |
Changed August 24, 2012 06:15PM UTC by comment:2
status: | pending → new |
---|
My bad, I am withdrawing this ticket. Switching to 1.7 (as they are using on their site) fixed the issue I was having but when I used jsFiddle to reproduce the problem it became apparent that their is something else going on here. Sorry for the waste of time, I thought I had stripped it down clean enough before reporting the issue but now I know better.
Changed August 24, 2012 06:24PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
I have a feeling it may be related to #12266, which has been fixed in master. You should try with the current master (http://code.jquery.com/jquery-git.js) which will eventually be 1.8.1.
Changed August 24, 2012 06:28PM UTC by comment:4
You're correct in that assumption as that did the trick. Thanks.
How could we possibly investigate or fix anything with a report like this? There's not even any code to look at. Can you do better? The best first stop would be the Bootstrap site to see if they have any changes. But if you can provide a simple example in jsfiddle.net or jsbin.com we can try to see if there is anything we can do on our side.