Bugzilla – Attachment 184831 Details for
Bug 152404
Crash in Writer when using Japanese Hiragana input method and shortcut Ctrl+Alt+C to insert a new comment while there is uncommitted text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quick demo plausible fix
vcl.tdf152404.patch (text/plain), 585 bytes, created by
Caolán McNamara
on 2023-01-22 12:34:34 UTC
(
hide
)
Description:
quick demo plausible fix
Filename:
MIME Type:
Creator:
Caolán McNamara
Created:
2023-01-22 12:34:34 UTC
Size:
585 bytes
patch
obsolete
>diff --git a/vcl/unx/gtk3/gtkframe.cxx b/vcl/unx/gtk3/gtkframe.cxx >index e9127b23e659..82e291bf5b37 100644 >--- a/vcl/unx/gtk3/gtkframe.cxx >+++ b/vcl/unx/gtk3/gtkframe.cxx >@@ -451,6 +451,9 @@ bool GtkSalFrame::doKeyCallback( guint state, > bool bStopProcessingKey; > if (bDown) > { >+ if (aEvent.mnCode | KEY_MOD1) // tdf#152404 >+ EndExtTextInput(EndExtTextInputFlags::NONE); >+ > bStopProcessingKey = CallCallbackExc(SalEvent::KeyInput, &aEvent); > // #i46889# copy AlternateKeyCode handling from generic plugin > if (!bStopProcessingKey)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 152404
:
184331
|
184828
| 184831