Updates:
        Status: Started

Comment #5 on issue 7707 by hb...@chromium.org: Chrome: Crash Report -  
Stack Signature: CTextMsgFilter::InputFEChar(unsigned short)
http://code.google.com/p/chromium/issues/detail?id=7707

Sorry for my slow update.

To read this crash dump, it seems a rich-edit control receives a  
WM_IME_CHAR message
while it is processing a WM_IME_COMPOSITION message. I assume  
the ::DefWindowProc()
function called from views::TextField::Edit::OnImeComposition() sent a  
WM_IME_CHAR
message to a rich-edit control and dispatch it to the rich-edit control  
even though
it does not need it. (I'm not sure why this problem suddenly happens in  
2.0.162.0,
though.)

As an experimental (and work-around) fix, I'm going to block WM_IME_CHAR  
messages
from being dispatched to view controls. (This change is OK because the view  
controls
of Chrome don't need to handle this message.)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to