This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Bug in html5 canvas (createImageData?)

  • 2 antwoorde
  • 6 hierdie probleem
  • 2 views
  • Laaste antwoord deur 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.

All Replies (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)