久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <tfoot id='Qp11j'></tfoot><legend id='Qp11j'><style id='Qp11j'><dir id='Qp11j'><q id='Qp11j'></q></dir></style></legend>

    • <bdo id='Qp11j'></bdo><ul id='Qp11j'></ul>
    <i id='Qp11j'><tr id='Qp11j'><dt id='Qp11j'><q id='Qp11j'><span id='Qp11j'><b id='Qp11j'><form id='Qp11j'><ins id='Qp11j'></ins><ul id='Qp11j'></ul><sub id='Qp11j'></sub></form><legend id='Qp11j'></legend><bdo id='Qp11j'><pre id='Qp11j'><center id='Qp11j'></center></pre></bdo></b><th id='Qp11j'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Qp11j'><tfoot id='Qp11j'></tfoot><dl id='Qp11j'><fieldset id='Qp11j'></fieldset></dl></div>

      <small id='Qp11j'></small><noframes id='Qp11j'>

        為什么我的網站在 IE 中崩潰?

        Why does my website crash in IE?(為什么我的網站在 IE 中崩潰?)

      1. <legend id='dRxn2'><style id='dRxn2'><dir id='dRxn2'><q id='dRxn2'></q></dir></style></legend>

          <small id='dRxn2'></small><noframes id='dRxn2'>

            • <bdo id='dRxn2'></bdo><ul id='dRxn2'></ul>

              <i id='dRxn2'><tr id='dRxn2'><dt id='dRxn2'><q id='dRxn2'><span id='dRxn2'><b id='dRxn2'><form id='dRxn2'><ins id='dRxn2'></ins><ul id='dRxn2'></ul><sub id='dRxn2'></sub></form><legend id='dRxn2'></legend><bdo id='dRxn2'><pre id='dRxn2'><center id='dRxn2'></center></pre></bdo></b><th id='dRxn2'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='dRxn2'><tfoot id='dRxn2'></tfoot><dl id='dRxn2'><fieldset id='dRxn2'></fieldset></dl></div>

                <tfoot id='dRxn2'></tfoot>
                    <tbody id='dRxn2'></tbody>
                  本文介紹了為什么我的網站在 IE 中崩潰?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我的網站在 Firefox 中運行良好,但在 IE 中崩潰.

                  My site works fine in Firefox, but it crashes in IE.

                  我正在使用大量的 jQuery 來淡入內容.當用戶多次點擊上述鏈接之一時,它會在 IE 中崩潰.

                  I am using alot of jQuery in order to fade in content. When the user clicks on one of the above links a few times, it will crash in IE.

                  這是我的網站:創意調色板

                  我完全不知道為什么該網站在 IE 中崩潰.我什至不知道從哪里開始調試我的問題.我的計算機上沒有 Visual Studio,但在我朋友的計算機上,Visual Studio 讀取一條消息iexplore.exe [####] 中發生未處理的 win32 異常"

                  I have absolutely no idea why the site crashes in IE. I don't even know where to begin to debug my problem. I don't have Visual Studio on my computer, but on my friends computer Visual Studio reads a message of "An unhandled win32 exception occurred in iexplore.exe[####]"

                  有人有什么想法嗎?

                  推薦答案

                  給你.它與您的 DirectX 過濾器有關(可能是淡入淡出的原因).這是堆棧,EAX 為 NULL.無論代碼在做什么都是試圖取消 EAX:

                  Here you go. It has something to do with your DirectX filter (probably what's doing the fades). Here's the stack, and EAX is NULL. Whatever the code is doing is trying to deref EAX:

                  CDXTFilterBehavior::_ClearSurface:
                  6C8E87E1  mov         edi,edi 
                  6C8E87E3  push        ebp  
                  6C8E87E4  mov         ebp,esp 
                  6C8E87E6  push        ecx  
                  6C8E87E7  mov         eax,dword ptr [ebp+0Ch] 
                  6C8E87EA  mov         ecx,dword ptr [eax] <--- EAX is NULL
                  
                  >   dxtrans.dll!CDXTFilterBehavior::_ClearSurface()     
                      dxtrans.dll!CDXTFilterBehavior::_DrawUnfilteredElementLayers()  
                      dxtrans.dll!CDXTFilterBehavior::_DrawElementWithProceduralSurfaces()    
                      dxtrans.dll!CDXTFilterBehavior::_ExecuteFilterChain()   
                      dxtrans.dll!CDXTFilterBehavior::Draw()  
                      mshtml.dll!CPeerHolder::Draw()  
                      mshtml.dll!CLayout::DrawClientLayers()  
                      mshtml.dll!CDispContainer::DrawSelf()   
                      mshtml.dll!CDispNode::Draw()    
                      mshtml.dll!CDispContainer::DrawChildren()   
                      mshtml.dll!CDispContainer::DrawSelf()   
                      mshtml.dll!CDispNode::Draw()    
                      mshtml.dll!CDispContainer::DrawChildren()   
                      mshtml.dll!CDispContainer::DrawSelf()   
                      mshtml.dll!CDispNode::Draw()    
                      mshtml.dll!CDispContainer::DrawChildren()   
                      mshtml.dll!CDispContainer::DrawSelf()   
                      mshtml.dll!CDispNode::Draw()    
                      mshtml.dll!CDispContainer::DrawChildren()   
                      mshtml.dll!CDispContainer::DrawSelf()   
                      mshtml.dll!CDispNode::Draw()    
                      mshtml.dll!CDispContainer::DrawChildren()   
                      mshtml.dll!CDispContainer::DrawSelf()   
                      mshtml.dll!CDispNode::Draw()    
                      mshtml.dll!CDispRoot::DrawEntire()  
                      mshtml.dll!CDispRoot::DrawRoot()    
                      mshtml.dll!CView::RenderView()  
                      mshtml.dll!CDoc::OnPaint()  
                      mshtml.dll!CServer::OnWindowMessage()   
                      mshtml.dll!CDoc::OnWindowMessage()  
                      mshtml.dll!CServer::WndProc()   
                      user32.dll!_InternalCallWinProc@20()    
                      user32.dll!_UserCallWinProcCheckWow@32()    
                      user32.dll!_CallWindowProcAorW@24()     
                      user32.dll!_CallWindowProcW@20()    
                      user32.dll!_InternalCallWinProc@20()    
                      user32.dll!_UserCallWinProcCheckWow@32()    
                      user32.dll!_DispatchClientMessage@20()  
                      user32.dll!___fnDWORD@4()   
                      ntdll.dll!_KiUserCallbackDispatcher@12()    
                      user32.dll!_NtUserDispatchMessage@4()   
                      user32.dll!_DispatchMessageWorker@8()   
                      user32.dll!_DispatchMessageW@4()    
                      ieframe.dll!CTabWindow::_TabWindowThreadProc()  
                      kernel32.dll!@BaseThreadInitThunk@12()  
                      ntdll.dll!___RtlUserThreadStart@8()     
                      ntdll.dll!__RtlUserThreadStart@8()  
                  

                  也許您正在從 DOM 中刪除一個元素,而轉換仍在對其進行操作?

                  Perhaps you're removing an element from the DOM while the transform is still operating on it?

                  這篇關于為什么我的網站在 IE 中崩潰?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Browserify, Babel 6, Gulp - Unexpected token on spread operator(Browserify,Babel 6,Gulp - 傳播運算符上的意外令牌)
                  Is it possible to pass a flag to Gulp to have it run tasks in different ways?(是否可以將標志傳遞給 Gulp 以使其以不同的方式運行任務?)
                  Why do we need to install gulp globally and locally?(為什么我們需要在全局和本地安裝 gulp?)
                  How to run Gulp tasks sequentially one after the other(如何一個接一個地依次運行 Gulp 任務)
                  Visual Studio 2015 crashes when opening Javascript files(打開 Javascript 文件時 Visual Studio 2015 崩潰)
                  Detect FLASH plugin crashes(檢測 FLASH 插件崩潰)

                    <small id='IOtKe'></small><noframes id='IOtKe'>

                        • <bdo id='IOtKe'></bdo><ul id='IOtKe'></ul>
                          <legend id='IOtKe'><style id='IOtKe'><dir id='IOtKe'><q id='IOtKe'></q></dir></style></legend>
                        • <i id='IOtKe'><tr id='IOtKe'><dt id='IOtKe'><q id='IOtKe'><span id='IOtKe'><b id='IOtKe'><form id='IOtKe'><ins id='IOtKe'></ins><ul id='IOtKe'></ul><sub id='IOtKe'></sub></form><legend id='IOtKe'></legend><bdo id='IOtKe'><pre id='IOtKe'><center id='IOtKe'></center></pre></bdo></b><th id='IOtKe'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='IOtKe'><tfoot id='IOtKe'></tfoot><dl id='IOtKe'><fieldset id='IOtKe'></fieldset></dl></div>

                          • <tfoot id='IOtKe'></tfoot>
                              <tbody id='IOtKe'></tbody>
                          • 主站蜘蛛池模板: 九九色综合 | 午夜影院在线观看视频 | 天天视频国产 | www.99色 | 久久综合国产 | 伊人网综合 | 激情影院在线观看 | 国产91久久婷婷一区二区 | 国产日韩免费 | 久久久一区二区三区 | 日韩免费高清视频 | 国产精品自拍第一页 | 99热精品在线| 国产精品久久一区二区三区 | 国产福利视频 | 日韩免费在线观看 | 国产精品尤物 | www.男人的天堂 | 国产成人一区二区三区 | 麻豆成人免费视频 | 日韩精品视频免费播放 | 97在线免费视频 | www.一级片 | 四虎影视最新地址 | 欧美日韩一区二区在线 | 国产91精品在线观看 | 久久人人爽人人爽人人片 | 黄色成人在线视频 | 福利视频免费观看 | 免费av网站在线观看 | 91亚洲国产成人久久精品网站 | 伊人网在线播放 | 日本乱轮视频 | 青娱乐av | 啪啪网站免费 | 一级理论片 | 久久爱综合 | 伊人久久免费视频 | 三级在线观看视频 | 免费在线黄色网址 | 欧美一级日韩一级 |