mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
Fix for bug 35038. Replace html:iframe by a xul editor widget
This commit is contained in:
parent
cb30cd0734
commit
8a34be919e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user