To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67969
                 Issue #|67969
                 Summary|key release event in gtk vcl plugin
               Component|gsl
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|ekato





------- Additional comments from [EMAIL PROTECTED] Sun Jul 30 23:48:17 -0700 
2006 -------
In OOo's gtk plugin, only key press event is filtered for gtk_im_context.  Some
input methods need explicit key release event corresponding to key press in
order to behave properly (such as uim-prime).  In gtk+,
gtk_im_context_filter_keypress() is used for key release event too (see
http://developer.gnome.org/doc/API/2.0/gtk/GtkIMContext.html#gtk-im-context-filter-keypress),
and all of normal gtk+ widget filter both key press and release event in its IM
context.

So please apply the attached patch.  I've already signed to JCA.

Cheers,
-- 
Etsushi Kato

---------------------------------------------------------------------
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]

Reply via email to