Issue 85815 - Delete key problem for preedit text with Kotoeri
Summary: Delete key problem for preedit text with Kotoeri
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: MacOSX (show other issues)
Version: 680m243
Hardware: All Mac OS X, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ericb
QA Contact: issues@porting
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2008-02-02 05:49 UTC by ekato
Modified: 2008-07-10 12:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to fix delete key behavior with peedit text (1.30 KB, patch)
2008-02-02 05:51 UTC, ekato
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description ekato 2008-02-02 05:49:17 UTC
This is from my last patch which didn't get it done on time for aquavcl04 in
issue #82683.


Even with m243, there still exists one minor problem related to Kotoeri and
delete key.

1) Input a Hiragana with Kotoeri, for example 'ã‚' with 'A' key, then preedit
text 'ã‚' with underline attribute is shown on the screen.  This is correct
behavior.

2) Press delete key.  It should delete the underlined preedit text 'ã‚', but the
text is not deleted on the screen with m243.  This is incorrect behavior, and
causing mismatch between the internal state of Kotoeri and preedit state of OOo.

Attached patch, which set makes mMarkedRange properly, fixes the problem.
Comment 1 ekato 2008-02-02 05:51:35 UTC
Created attachment 51323 [details]
Patch to fix delete key behavior with peedit text
Comment 2 ekato 2008-02-02 06:02:45 UTC
Commited on aquavcl05
Comment 3 philipp.lohmann 2008-07-10 12:20:51 UTC
closing