PDA

View Full Version : [1.1.1][Closed]Mouseover error in collapsed form.



jonhartmann
21 Nov 2007, 12:32 PM
I'm using Ext JS 1.1.1 with Prototype+Scriptaculous running underneath. This only happens in Firefox, no errors in IE. I've got a BorderLayout with a form in the west panel which is collapsible, and a grid in the main panel. Everything works fine, except that when the west panel is collapsed and "open" (not opened with the icon, but by clicking on the bar). When using the "opened" form, mousing over any form field causes Firebug to catch the following error:


[Exception... "'Permission denied to get property HTMLDivElement.nodeType' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no]
_DTMDATA(2070, undefined, undefined)

Any ideas?

tryanDLS
21 Nov 2007, 1:39 PM
Please search before posting - this is not an Ext bug. http://extjs.com/forum/showthread.php?t=15982

jonhartmann
23 Nov 2007, 2:19 PM
Thank you, I'd searched extensively for the particular situation, rather then the error code itself, and hadn't turned anything up.

Jon