From: Jesse V. <je...@6t...> - 2003-05-19 12:53:03
|
I'm getting this error when I mouse over or out of a textarea or text field in my app that uses DynAPI. Error: [Exception... "'Permission denied to get property HTMLDivElement.parentNode' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no] Any idea what this might be from? When I make a simple example with DynAPI, I don't get this, so I'm pretty sure it's something I'm doing, but I have no idea what. Also - with Mozilla 1.4beta, and Firebird .6, I can no longer type in these text fields, that are getting this same error. Again, with my simple examples, they work fine, so I think it's me, and not Mozilla. I was getting this error with Mozilla 1.3.1, but I was ignoring them because they didn't seem to effect anything, but now, with the newer builds of Mozilla based browsers, I can't type inside these text fields, so now it's making me look into this error. I'm hoping someone with a good knowledge of the code will be able to look at this error and say "oh, you're getting this error because you forget to do such and such". To see this error for yourself, try this: Go here: http://www.6thgearsoftware.com/geardemo/demo.php Click "login" (you're automatically logged in for the demo). In the "admin panel" on the bottom, click "new" Keep the "text" template type, and click "next" Now try to type in the area where the Sample Text is. Any help would be appreciated. PS - I'm using DynApi 2.5.? (I don't remember if I'm on .6 or .7) I'm interested in using 3, but last time I tried, I was having some problems. I'm going to try it again once I get this problem fixed. |