Bug fix for crash caused by keystroke before mouse click in IE control

Robin Dunn robin at alldunn.com
Fri Nov 23 12:02:50 PST 2007


Vadim Zeitlin wrote:
> On Wed, 21 Nov 2007 21:03:16 -0800 Ken Seehart <ken at seehart.com> wrote:
> 
> KS> I don't have time to get into the development process, however here is a 
> KS> patch that somebody needs to implement:
> KS> 
> KS> _xactivex.cpp:_
> KS> 
> KS> bool wxActiveX::MSWTranslateMessage(WXMSG *msg){
> KS>    
> KS>     if (msg->message == WM_KEYDOWN){
> KS> *>>>*      *if (m_window->m_oleInPlaceActiveObject.Ok()) { *    
> KS>         HRESULT result = 
> KS> m_oleInPlaceActiveObject->TranslateAccelerator(msg);xxx
> KS>         return (result == S_OK);
> KS> *>>>      }*
> KS>     }
> KS>    
> KS>     return wxWindow::MSWTranslateMessage(msg);
> KS> }
> 
>  Sorry, where exactly is this MSWTranslateMessage() found? I can't find it
> in the wx sources.

It's in wxPython.  I've taken care of it.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wx-users mailing list