[Webkit-unassigned] [Bug 21820] Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 04:51:00 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=21820


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25564|                            |review-
               Flag|                            |




------- Comment #15 from ap at webkit.org  2008-12-01 04:51 PDT -------
(From update of attachment 25564)
Please don't forget to set review? flag.

I tested this change, and it doesn't work sufficiently well yet. Here are the
issues I encountered in my testing:

1) Undo is broken. Steps to reproduce:
 - open the test in Safari,
 - press Backspace,
 - press Cmd+Z for Undo.
Results: instead of the combining character being brought back, the first
character is deleted, too.
It is quite clear why this happens: the delete operation can not be simply
replaced with a delete/re-add pair.

2) Deleting still doesn't work correctly after moving the caret. Steps to
reproduce:
 - open the test in Safari,
 - press Left arrow,
 - press Right arrow,
 - press Backspace.
Results: the whole ligature is deleted.

3) The automated test doesn't pass on Mac OS X. First, I'm getting EDITING
DELEGATE lines that are not in this patch (I'm surprised that you didn't have
them on Windows). Second, font metrics are different, so box sizes don't match.
For this second problem, you could consider making the test text-only.

When problems (1) and (2) are fixed, we'll need automated tests for them, as
well.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list