Re: State of the art for Gecko embedding in Windows?
Carey <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <8ed14f6f-d1d2-4722-944e-e41403277bee@t13g2000prf.googlegroups.com> |
Hi All, I too am stumped by the win32_test example not accepting text input. I guess it worked at somepoint because the test page is google.com and I would assume somebody tested typing into it at somepoint? The bug appears to have been reported in both gtk and win32 versions using the NEW_API. I have tried a variety of xulrunner builds but want to target 1.9.2. I have applied this patch idea, but it does not work. https://bugzilla.mozilla.org/show_bug.cgi?id=533245 I have also tried adding the focus->Activate() to the application as described here http://groups.google.com/group/mozilla.dev.embedding/browse_thread/thread/6f3984100667cede# (I have tried setting focus on messages such as WM_MOUSEACTIVATE too) I have tried to dig a little deeper into the mozilla src and at a guess the focus->Activate() is not actually doing anything because it never seems to find a window to act on - but I'm too far out of my depth to say what should be happening... I hope somebody can offer some suggestions or experiences with this issue. Carey