Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Bug in html5 canvas (createImageData?)

  • 2 trả lời
  • 6 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Tất cả các câu trả lời (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)