Closed
Bug 106421
Opened 24 years ago
Closed 24 years ago
target.localName has no properties error in JS console when clicking on page.
Categories
(Core Graveyard :: Error Console, defect)
Core Graveyard
Error Console
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jst, Assigned: jst)
Details
Attachments
(1 file)
|
1.44 KB,
patch
|
jag+mozilla
:
review+
|
Details | Diff | Splinter Review |
Now that we finally support null strings in the DOM we need to fix
contentAreaClick.js to check for a null localName before calling toLowerCase()
on it. Patch coming up.
| Assignee | ||
Comment 1•24 years ago
|
||
Ok, found one more in contentAreaDD.js
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Comment on attachment 54848 [details] [diff] [review]
Proposed fix
r=/me
Attachment #54848 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 54848 [details] [diff] [review]
Proposed fix
r=peterv
| Assignee | ||
Comment 5•24 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Component: XP Apps → JavaScript Console
QA Contact: sairuh → jrgm
Updated•18 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•