Skip to content

Tag: firefox

Clear the console in Firefox

Is there a way to clear the console in Firefox? In Chrome I can use… (Not sure if it works for Safari or Opera though) However I haven’t been able to find a solution for Firefox. Is this type of API not yet available? Is there a workaround that doesn’t require? Answer In firefox you can just…

Firefox div > svg mouseover fires OUTSIDE div

I have a div with two svg-elements inside, which are shown/hidden when hovering with the mouse. The mouseover event is registered with the div. On Chrome and Safari it works, on FF the SVG sits at a different position and the “hitbox” of the div where I can hover, is very large, like 3 times the a…

event.target on Firefox

Works fine on Google Chrome and IE but not on Firefox. Tried it on Google. Google says event.srcElement (works on IE but not on Firefox) so I have added event.target but still not working. Is there anymore changes I need to do to work on Firefox? By the way I’m using 3.5 version of Firefox. Please help …