久久久久久久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>
                          • 主站蜘蛛池模板: 中文精品久久 | 国产综合久久 | 欧美精品a∨在线观看不卡 国产精品久久国产精品 | 欧美福利一区 | 日本一区二区不卡 | 中文字幕国产精品 | 国产精品一区视频 | 中文字幕在线看 | 日韩伦理一区二区三区 | 国产成人精品一区二区三区在线观看 | 7777在线视频| 午夜视频在线观看一区二区 | 96久久久久久| 7777精品伊人久久精品影视 | 精品欧美一区免费观看α√ | 在线免费av电影 | 欧美一区二区在线播放 | 精品一区二区免费视频 | 91视视频在线观看入口直接观看 | 亚洲精品久久久久久国产精华液 | 中文字幕一二三 | 国产一区二区三区免费观看视频 | 日韩欧美中文在线 | 深夜福利影院 | 狠狠干网| 亚洲精品456| 成人免费久久 | 99热在这里只有精品 | 国产98色在线 | 日韩 | 九七午夜剧场福利写真 | a免费观看| 中文字幕成人免费视频 | 精品久久久久久亚洲综合网 | 国产成人精品999在线观看 | 中文字幕免费 | 午夜视频在线免费观看 | 亚洲九九| 国产精品爱久久久久久久 | 日韩av在线免费 | 91精品国产高清一区二区三区 | 中文字幕免费视频 |