久久久久久久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>
                          • 主站蜘蛛池模板: 在线播放中文字幕 | 69堂永久69tangcom | 日韩国产一区二区三区 | 国产精品欧美一区二区三区不卡 | 一区二区三区四区av | 国产精品亚洲综合 | 免费av毛片 | 久久免费精品 | 欧美三区在线观看 | 国产中文| 亚洲一区二区三区免费在线观看 | 日本久久网 | 久久国产亚洲精品 | 在线观看av网站永久 | 综合色播| 人妖videosex高潮另类 | 亚洲第一天堂 | 一级二级三级黄色 | 一区二区三区四区在线视频 | 亚洲乱码一区二区三区在线观看 | 91亚洲国产 | 成人午夜在线 | 在线看一区二区三区 | 欧美中文字幕一区二区三区亚洲 | 国产999精品久久久久久 | 亚洲日韩中文字幕一区 | 91精品国产一区二区三区动漫 | 日本精品视频在线观看 | 久久精品 | 九九热精品视频 | 国产欧美日韩久久久 | 久久国产成人精品国产成人亚洲 | 日韩国产一区二区三区 | 国产精品久久在线 | 99精品国自产在线 | 免费久久久 | 日本激情视频中文字幕 | 国产精品123区 | 美美女高清毛片视频免费观看 | 欧美一级视频 | 成人做爰9片免费看网站 |