Luke Bratch : mshtml: Fix text input fields.

Alexandre Julliard julliard at winehq.org
Tue Oct 23 13:14:36 CDT 2007


Module: wine
Branch: master
Commit: 7ce4194c796788036c1f97c6893e84581dd4b094
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7ce4194c796788036c1f97c6893e84581dd4b094

Author: Luke Bratch <l_bratch at 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)




More information about the wine-cvs mailing list