Extjs 4.1을 사용하면 간헐적 인 오류가 발생합니다. 때때로 발생하지만 대부분의 경우 발생하지 않습니다.
응용 프로그램을 시작할 때 항상 발생하므로 F5 키를 누르면 모든 것이 정상으로 돌아갑니다.Extjs 간헐적 인 오류
이Uncaught TypeError: Cannot read property 'dom' of null
at constructor.finishRender (ext-all-debug-w-comments.js:29590)
at constructor.finishRenderItems (ext-all-debug-w-comments.js:39796)
at constructor.finishRender (ext-all-debug-w-comments.js:40889)
at constructor.finishRenderChildren (ext-all-debug-w-comments.js:44526)
at constructor.afterRender (ext-all-debug-w-comments.js:29331)
at constructor.callParent (ext-all-debug-w-comments.js:6194)
at constructor.afterRender (ext-all-debug-w-comments.js:36521)
at constructor.finishRender (ext-all-debug-w-comments.js:29625)
at constructor.finishRenderItems (ext-all-debug-w-comments.js:39796)
at constructor.finishRender (ext-all-debug-w-comments.js:40889)
무엇을해야합니다 : 오류를 디버깅하는 this reference를 사용
는
, 나는 그것이 줄 29590.
오류 메시지가 매우 일반적인되어 발생하는 것으로 나타났습니다 이 원인?
반품에 대한 감사드립니다. 내가 언급 한대로'try catch '를 추가했습니다. 그러나 오류는 더 이상 발생하지 않습니다. 내가 돌아 오는대로 나는 여기서 논평한다. –