Fix for bug 35038. Replace html:iframe by a xul editor widget

This commit is contained in:
ducarroz%netscape.com 2000-05-02 00:11:06 +00:00
parent cb30cd0734
commit 8a34be919e

View File

@ -488,7 +488,7 @@ END of Deprecated -->
</toolbox>
<!-- The main mail three pane frame -->
<html:iframe type="content-primary" id="content-frame" src="about:blank" name="browser.message.body" flex="100%"
<editor type="content-primary" id="content-frame" src="about:blank" name="browser.message.body" flex="100%"
onkeypress="if (event.which == 9)
if (event.shiftKey == true) {
document.getElementById('msgSubject').focus();