Closed
Bug 80678
Opened 24 years ago
Closed 23 years ago
javascript error in addressingWidgetOverlay.xul
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bugzilla, Assigned: racham)
Details
when rightclicking on the "To" dropdown when composing:
JavaScript error:
line 0: awNotAnEmptyArea is not defined
the only place the function awNotAnEmptyArea is defined is:
/mailnews/addrbook/resources/content/abMailListDialog.js, line 311
build 20010513
Comment 1•24 years ago
|
||
This may be hewitt's addition of
<image onclick="awNotAnEmptyArea(event)" class="person-icon"/>
in addressingWidgetOverlay.xul, rev 1.46
I don't see this function being pulled into that overlay from
abMailListDialog.js
[Small gripe: I've been testing for JS fastload and XBL brutal sharing
breakage, where I have to be sensitive to any JS errors that might indicate
some problem with these changes. It is a pain to keep finding these sort
of errors and then tracing them back to 3 month old, untargetted,
unacknowledged bug reports, when the fix could have been done in almost
no time. This is not the only such bug, so I'm not picking on anyone in
particular, just venting].
| Reporter | ||
Comment 3•24 years ago
|
||
Still getting this in build 2001014 everytime I click on the To dropdown when
composing...
"Error: awNotAnEmptyArea is not defined"
errors are always bad news....
Updated•23 years ago
|
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Comment 4•23 years ago
|
||
The addressing widget is going away, so this is a wontfix.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•