Firefox is reloading the page when inner window is created
Firefox is reloading the page when inner window is created
Hi guys,
I have extended Ext.BoxComponent to do an hyperlink button. So, onClick is creating an inner window for some defined hyperlink and it is working fine, even in firefox.
Then I have created a treePanel and my node has a property whick is custom "popup hyperlink".
When "onNodeClick" I just fire the "onClick" event in the popup hyperlink. It is also working fine in IE and Chrome, but in firefox when "onNodeClick" the page gets reloaded, so the popup window open and close instantly.
I have already tried "stopPropagation", "preventDefault" and "stopEvent" in the node level. Didn't work.