Mozilla 도움말 검색

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

자세히 살펴보기

Bug in html5 canvas (createImageData?)

  • 2 답장
  • 6 이 문제를 만남
  • 2 보기
  • 최종 답변자: gabber808

more options

Dear Firefox Community ... I have made an html5 canvas animation using javascript which runs absolutely fine in Chrome , but grinds to a halt (and essentially crashes) in the newest (and older) versions of firefox. This is the first time an animation of mine has not worked in Firefox and I suspect it has something to do with the way I have used the "createImageData" keyword? Whether it is a bug, or bad coding on my part (but works in Chrome?) it would be interesting to know either way! You can find it at: http://www.mpklein.co.uk/filter/diffraction2.html Many thanks in advance.

Dear Firefox Community ... I have made an html5 canvas animation using javascript which runs absolutely fine in Chrome , but grinds to a halt (and essentially crashes) in the newest (and older) versions of firefox. This is the first time an animation of mine has not worked in Firefox and I suspect it has something to do with the way I have used the "createImageData" keyword? Whether it is a bug, or bad coding on my part (but works in Chrome?) it would be interesting to know either way! You can find it at: http://www.mpklein.co.uk/filter/diffraction2.html Many thanks in advance.

모든 댓글 (2)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

Thank you

I have now posted my query there and already had a very useful reply (it could be solved by altering my code)