Comment #7 on issue 7707 by [email protected]: Chrome: Crash Report -
Stack Signature: CTextMsgFilter::InputFEChar(unsigned short)
http://code.google.com/p/chromium/issues/detail?id=7707
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=10328
------------------------------------------------------------------------
r10328 | [email protected] | 2009-02-24 21:17:53 -0800 (Tue, 24 Feb 2009)
| 7 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/views/focus_manager.cc?r1=10328&r2=10327
An experimental fix for Issue 7707.
To read crash dumps, it seems a rich-edit control crashes because it
receives a WM_IME_CHAR message while it is processing a WM_IME_COMPOSITION
message.
Since a rich-edit control does not need WM_IME_CHAR messages, this code
just blocks WM_IME_CHAR messages from being dispatched to view controls.
Even though I'm not totally confident this code fixes this issue, I wish it
does.
BUG=7707
Review URL: http://codereview.chromium.org/21535
------------------------------------------------------------------------
--
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
-~----------~----~----~----~------~----~------~--~---