Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5

This commit is contained in:
Chris Morgan
2005-12-07 03:37:36 +00:00
committed by WineHQ
parent 369b40b046
commit 8786179180
175 changed files with 2371 additions and 1919 deletions

View File

@@ -40,7 +40,7 @@ FullScreen._pluginInfo =
FullScreen.prototype._lc = function(string) {
return HTMLArea._lc(string, 'FullScreen');
}
};
/** fullScreen makes an editor take up the full window space (and resizes when the browser is resized)
* the principle is the same as the "popupwindow" functionality in the original htmlArea, except
@@ -200,4 +200,4 @@ HTMLArea.prototype._fullScreen = function()
this.activateEditor();
}
this.focusEditor();
}
};