To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69992
User cmc changed the following:
What |Old value |New value
================================================================================
Assigned to|cmc |fme
--------------------------------------------------------------------------------
Component|gsl |Word processor
--------------------------------------------------------------------------------
QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]
--------------------------------------------------------------------------------
Platform|Opteron/x86_64 |All
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Nov 23 08:01:39 -0800
2006 -------
cmc->fme: As mentioned the sinhala input engine on pressing "oo" will commit a
letter for the first o, then on the 2nd o will send a backspace and then a
replacement letter.
We'll call (at the location illustrated by the yucky "workaround" patch)
rView.KeyInput which...
SfxViewShell::KeyInput in sfx2
which calls
SfxViewShell::ExecKey_Impl in sfx2
which calls
AcceleratorExecute::execute in svtools
which will dispatch the backspace handler with...
AsyncAccelExec* pExec = AsyncAccelExec::createOnShotInstance(xDispatch,
aURL);
pExec->execAsync();
which doesn't get dispatched until after the 2nd letter arrives, so instead of
processing "o backspace o" we process "o o backspace"
This could be considered a bloody silly thing for the IM to do, e.g. backspace
rebound to skip backwards a word or something, but it's what it does.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]