Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
Mooflow I use in my site and everything worked very well.
but when I try to integrate the library jxLib in order to make tabs on Mofflow no longer functional and the error indicated by the Firebug and the part that generates the reflection.
and when I turn that part works but the MooFlow work without reflection.
The erreur : uncaught exception: [Exception... Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIDOMCanvasRenderingContext2D.drawImage]
nsresult: 0x80040111 (NS_ERROR_NOT_AVAILABLE)
location: JS frame :: /js/effect/MooFlow.js :: anonymous :: line 508
data: no]
thank you in advance for your answers.
resolved from mooforum :
Element.implement({
reflect: function(arg){
i = arg.img.clone();
//forces absolute urls - needed for canvas
i.src = i.src;
if(Browser.Engine.trident){