Bug 481095
| Summary: | ibus-anthy: pre-edit sometimes gets stuck | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> |
| Component: | ibus-anthy | Assignee: | Peng Huang <phuang> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | phuang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-02-05 02:12:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 481098 | ||
|
Description
Warren Togami
2009-01-22 04:35:43 UTC
ibus-0.1.1.20090203-1.fc10.x86_64
ibus-gtk-0.1.1.20090203-1.fc10.x86_64
ibus-qt-0.1.1.20090203-1.fc10.x86_64
ibus-anthy-0.1.1.20080912-1.fc10.x86_64
pidgin variation when I hit Delete on Step 4. No crash, but pre-edit is stuck and this prints to the console.
(pidgin:5501): IBUS-WARNING **: Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 702, in _message_cb
retval = candidate_method(self, *args, **keywords)
File "/usr/lib/python2.5/site-packages/ibus/engine.py", line 149, in ProcessKeyEvent
return self.__engine.process_key_event(keyval, is_press, state)
File "/usr/share/ibus-anthy/engine/engine.py", line 250, in process_key_event
return self.__on_key_back_space()
File "/usr/share/ibus-anthy/engine/engine.py", line 553, in __on_key_back_space
self.__preedit_ja_string.remove_before()
File "/usr/share/ibus-anthy/engine/jastring.py", line 69, in remove_before
segment.pop()
File "/usr/share/ibus-anthy/engine/romaji.py", line 138, in pop
raise IndexError("Out of bound")
IndexError: Out of bound
Fixed in ibus-anthy-0.1.1.20090203. Please test it. You could download rpms from http://koji.fedoraproject.org/koji/buildinfo?buildID=81299 ibus-anthy-0.1.1.20090203-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |