Thanks for the info Chak.
Is the fix you are describing with WinEmbed related to following block? This
doesn't seems to fix the problem.
case WM_ACTIVATE:
{
nsCOMPtr<nsIWebBrowserFocus> focus(do_GetInterface(webBrowser));
if(focus)
{
switch (wParam)
{
case WA_ACTIVE:
case WA_CLICKACTIVE:
focus->Activate();
break;
case WA_INACTIVE:
focus->Deactivate();
break;
default:
break;
}
}
}
break;
Thnaks,
Ram.
Chak Nanga wrote:
> I think this is a focus related issue which we fixed in mfcembed. I'm
> not sure if it's implemented in winembed or not.
>
> Please see http://bugzilla.mozilla.org/show_bug.cgi?id=71014 for more info.
>
> Thanks
> Chak
>
> rsnavale wrote:
>
> >It seems there is a bug with WinEmbed application with mozilla version
> >0.9.1. Any
> >html pages with TEXTBOX displayed within WinEmbed application doesn't
> >allow
> >to enter data in the textbox. For example, visit www.yahoo.com using
> >WinEmbed and try to enter a value in the search box. It fails.
> >
> >Any idea? Any help will be greatly appreciated.
> >
> >Thanks,
> >Ram.
> >