본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

i creating firefox extension when add this into firefox all works right but when i open a new link show a dialog box with message "Error: document body is null"

more options

I am creating firefox extension (No error in extension because it work fine in chrome). But it show box with error "Error: document.body is null" why

I am creating firefox extension (No error in extension because it work fine in chrome). But it show box with error "Error: document.body is null" why

모든 댓글 (6)

more options

I do not think it is possible to answer this question without knowing what the extension is doing at the moment that error is generated, and on what page. Is it available for installation?

more options

By the way, there is a better forum for your question, which is specifically for Add-on developers: https://forums.mozilla.org/addons/

more options

Does it work with window.content.document.body?

Try to ask advice at the MozillaZine Extension Development forum.
You need to register at the mozillaZine forum site in order to post at that forum.

more options

my extension is for gmail page. It is installed successfully. And also woking well. but after that when we use any link it show error

more options

Thanks for reply cor-el &jscher2000 i am not using "window.content.document.body". we send some screenshots for understanding problem i created this extension for firefox, chorme It Works fine in chrome but in firefox show error(Which have no effect on my extension or other browsing).

more options

Your extension is designed to run on Gmail, but it generates an error on Google search results pages? Perhaps the domain filter needs to be fine-tuned so it doesn't run on that page??