https://bugs.documentfoundation.org/show_bug.cgi?id=49853
--- Comment #133 from Paul Oranje <[email protected]> --- A little analysis of flow (debug) and code has learned: a) The target that's hit with paste of context menu in findbar is Edit::Paste() Should this code also eventually be run when Cmd-V is pressed? b) In vclnsapp.mm: when textfield of Findbar has focus Cmd-V, then in sendEvent() [pKeyWin isKindOfClass: [SalFrameWindow class]] is true and for that reason the else if clause with handling for Cmd-V, -C, -X and -A will never be hit. c) The UI type of the findbar is vnd.sun.star.findbar:FocusToFindbar. Could it not being of type .uno.xxx be relevant to the bug in question? To be continued. p.s. I've always tried to stay away from GUI code and now remember again why. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
