Closed
Bug 214340
Opened 22 years ago
Closed 22 years ago
Error: uncaught exception: Permission denied to get property HTMLDivElement.parentNode
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 208427
People
(Reporter: jeremy, Assigned: anthonyd)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030718
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030718
When the mouseover or mouseout event fires on the textbox at
http://zooanimalclan.com/mozillaBugs/divPermDenied.html the JavaScript console
reports the following error:
Error: uncaught exception: Permission denied to get property
HTMLDivElement.parentNode
Reproducible: Always
Steps to Reproduce:
1.Load Page
2.Open JavaScript Console
3.Move mouse over textbox
Actual Results:
JavaScript console reports an error
Expected Results:
not reported an error
Bug also occurs in Mozilla 1.4 and Netscape 7.1
![]() |
||
Comment 1•22 years ago
|
||
That's because the relatedTarget is the anonymous <div> inside the editor widget...
This is a duplicate of the bug on that <div> being generally visible to events.
Whiteboard: DUPEME
![]() |
||
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 208427 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Does anyone have a workaround for this issue? I am in shock that for one time
in my life I have to redesign because of a bug in firefox not ie. How can I
detect the issue because it occurs outside of a function and happens on focus
to the textbox? Anyone? ANYONE? ok anyone?
Updated•12 years ago
|
Component: DOM: Traversal-Range → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•