1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

fixed focusing the MOW

This commit is contained in:
Martin Stubenschrott
2007-08-15 17:47:33 +00:00
parent 67251ecff9
commit 43788d7925

View File

@@ -155,11 +155,9 @@ function CommandLine() //{{{
//multiline_output_widget.style.height = height + "px";
multiline_output_widget.height = height + "px";
multiline_output_widget.collapsed = false;
setTimeout(function() {
multiline_output_widget.focus();
}, 10);
//vimperator.log(content_height);
multiline_output_widget.contentWindow.scrollTo(0, content_height); // scroll to the end when 'nomore' is set
multiline_output_widget.contentWindow.focus();
}
function autosizeMultilineInputWidget()