[Tickets #3797] Spellchecking forwarded messages
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Apr 20 11:36:10 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3797
-----------------------------------------------------------------------
Ticket | 3797
Updated By | Chuck Hagenbuch <chuck at horde.org>
Summary | Spellchecking forwarded messages
Queue | DIMP
State | Feedback
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
Chuck Hagenbuch <chuck at horde.org> (2006-04-20 11:36) wrote:
And you're _positive_ that the for loop in the resume: function looks like
this?
for (var i = links.length - 1; i >= 0; --i) {
this.reviewDiv.insertBefore(document.createTextNode(links[i].innerHTML),
links[i]);
this.reviewDiv.removeChild(links[i]);
links[i] = null;
}
The "links[i] = null;" line is the critical one, that's what fixed the
problem for me.
More information about the bugs
mailing list