On 3/13/07, Etsushi Kato <[EMAIL PROTECTED]> wrote:
On 3/13/07, Pavel Janík <[EMAIL PROTECTED]> wrote: > I have now tested your patch more completely and I found this issue: > > 1. run sofficebin > 2. Ctrl+N > 3. type something > 4. Ctrl+W > 5. dialog opens > > and now: > > you can walk over buttons with TAB, but Enter does not submit the > button. It works with old keyboard handling. Can you please investigate?It seems these buttons need keyrelease event. Here is the patch to handle kEventRawKeyUp only in HandleKeyboardEvent(). And also contains fix for not using uninitialized variable in my previous patch.
Here is alternative workaround with just emulating KeyUp event. I'm not sure which is better approach yet. Cheers, -- Etsushi Kato [EMAIL PROTECTED]
salframe-keyup-alt.diff.gz
Description: GNU Zip compressed data
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
