Problem: 1353017

Title: (Double-byte) Second Character Lost

Received: May 24 1996 1:00PM


I received my copy of ETO #20 last week and began to rebuild my project with the new MacApp Release 10 and found a serious bug in double-byte key event handling.

The symptom is whenever I input double-byte Japanese characters in TTEView, only the first byte of the double-byte char is accepted, and the second byte is lost.

I looked into the source code of TTEView, TDispacher, TToolboxEvent classes. It seemed that the keyDown event handling code was slightly rewritten and MacApp tried to handle the consecutive keyDown event of double-byte chars as a single keyDown event but does not work successfully.

I have found one apparent bug but have not found the complete workaround to this problem.


Fix:

Fixed [but no details were provided].