[Fedora-i18n-bugs] [Bug 466657] New: Discarding the key events and same output regardless of the key
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Discarding the key events and same output regardless of the key
https://bugzilla.redhat.com/show_bug.cgi?id=466657
Summary: Discarding the key events and same output regardless
of the key
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: scim
AssignedTo: shawn.p.huang(a)gmail.com
ReportedBy: tagoh(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, shawn.p.huang(a)gmail.com,
fedora-i18n-bugs(a)redhat.com
Estimated Hours: 0.0
Classification: Fedora
Description of problem:
key input too faster and too much messes up SCIM.
Version-Release number of selected component (if applicable):
scim-1.4.7-34.fc10
Steps to Reproduce:
1.input something too much and too faster
2.
3.
Actual results:
discarding the key event or return the same key event regardless of what
pressing/releasing the key.
Expected results:
should works expectedly.
Additional info:
Technically it happens when multiple XIM_FORWARD_EVENT is added to the property
when the key event is delivered faster than processing it in SCIM. and when
it's there more than 4 in the property, it results the same output regardless
of what you are pressing/releasing the key. otherwise the key event is
discarded.
Why it returns the same key event when the property has something more than 4,
IMdkit is getting the value from the property wrongly. a quote from man page:
int XGetWindowProperty(Display *display, Window w, Atom property, long
long_offset, long long_length, Bool delete, Atom reg_type, Atom
*actual_type_return, int *actual_format_return, unsigned long
*nitems_return, unsigned long *bytes_after_return, unsigned char
**prop_return);
...
long_length
Specifies the length in 32-bit multiples of the data to be
retrieved.
and XGetWindowProperty won't delete the property value even if "delete" is
True, when there are still unread data.
To do the right thing, read the data with the proper length to not discard the
event. and if there are still the unread data in the property, read next data
with "long_offset".
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
14 years, 6 months
[Fedora-i18n-bugs] [Bug 462820] New: [sd_IN] Sindhi Inscript keymap is not displayed with its own language category in scim toolbar.
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: [sd_IN] Sindhi Inscript keymap is not displayed with its own language category in scim toolbar.
https://bugzilla.redhat.com/show_bug.cgi?id=462820
Summary: [sd_IN] Sindhi Inscript keymap is not displayed with
its own language category in scim toolbar.
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: scim
AssignedTo: shawn.p.huang(a)gmail.com
ReportedBy: pnemade(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-i18n-bugs(a)redhat.com
Estimated Hours: 0.0
Classification: Fedora
Description of problem:
Sindhi Inscript keymap is not displayed with its own language category in scim
toolbar.
Version-Release number of selected component (if applicable):
scim-1.4.7-31.fc10.i386
m17n-contrib-sindhi-1.1.7-3.fc10.noarch
How reproducible:
always
Steps to Reproduce:
1. install above given packages
2. start scim toolbar
3. observe that si-inscript is listed under others category in scim toolbar
Actual results:
sindhi inscript keymap is listed under Other keymaps cateogery
Expected results:
sindhi inscript keymap should be listed under its own language category.
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
14 years, 6 months