Luke Bratch : mshtml: Fix text input fields.
Module: wine Branch: master Commit: 7ce4194c796788036c1f97c6893e84581dd4b094 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7ce4194c796788036c1f97c689... Author: Luke Bratch <l_bratch(a)yahoo.co.uk> Date: Tue Oct 23 10:22:13 2007 +0100 mshtml: Fix text input fields. --- dlls/mshtml/view.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/mshtml/view.c b/dlls/mshtml/view.c index e24fa77..e1f13dc 100644 --- a/dlls/mshtml/view.c +++ b/dlls/mshtml/view.c @@ -92,6 +92,7 @@ static void activate_gecko(NSContainer *This) nsIBaseWindow_SetVisibility(This->window, TRUE); nsIBaseWindow_SetEnabled(This->window, TRUE); + nsIWebBrowserFocus_Activate(This->focus); } void update_doc(HTMLDocument *This, DWORD flags)
participants (1)
-
Alexandre Julliard