Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ibus_engine_delete_surrounding_text on IBus 1.2.1 and later. #126

Closed
GoogleCodeExporter opened this issue Apr 22, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

This is a tracking bug to use IBus native function 
'ibus_engine_delete_surrounding_text' on IBus 1.2.1 and later instead of always 
forwarding backspace key sequences to delete the characters placing before the 
cursor position regardless of IBus version.

When we implemented nested calculation in ibus-mozc at r47, we decided not to 
use 'ibus_engine_delete_surrounding_text' because it was not functional on many 
applications.
http://code.google.com/p/chromium/issues/detail?id=55685
http://code.google.com/p/mozc/source/browse/trunk/src/unix/ibus/mozc_engine.cc?r
=47#525

Now, as far as we have tested on Ubuntu 11.10, 
'ibus_engine_delete_surrounding_text' seems to be functional and stable on the 
major applications such as Firefox 10.0, OpenOffice 3.2, and GEdit 2.30.

So it seems to be safe to start using 'ibus_engine_delete_surrounding_text'.

Original issue reported on code.google.com by n...@google.com on 21 Feb 2012 at 8:05

@GoogleCodeExporter
Copy link
Author

Correction of the product name and version in the previous post.

Here is the list of applications we tested on Ubuntu 11.10 with 
'ibus_engine_delete_surrounding_text'.
- Firefox 10.0.2: Functional.
- LibreOffice Writer 3.4.4: Functional.
- LibreOffice Calc 3.4.4: Functional.
- LibreOffice Impress 3.4.4: Not fully functional.
- GEdit 3.2.3: Functional.
- GNOME Terminal 3.0.1: Not functional.
- Chromium Web Browser: Only functional on the OmniBox (address bar).

We did not test OpenOffice 3.2 anyway.

Regards,

Original comment by yukawa@google.com on 23 Feb 2012 at 7:39

@GoogleCodeExporter
Copy link
Author

- Chromium Web Browser 16.0.912.77: Functional only on the OmniBox (address 
bar).

Original comment by yukawa@google.com on 23 Feb 2012 at 7:40

@GoogleCodeExporter
Copy link
Author

Implemented in r96.

Original comment by yukawa@google.com on 7 Mar 2012 at 4:22

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant