Description: If a user taps on a menu item (which means: focus is not in the text) and then presses cmd+a on a hardware keyboard the "whole app" will be selected instead of the content. I'm not sure if this can be fixed but it's a source for confusion. Steps to Reproduce: 1. Open/create a document using the iOS 4.2 app 2. Tap on e.g. "Edit" to show the menu, tap it again to hide the menu again (now the focus is on the "Edit" menu button. 3. Press cmd+a on the hardware keyboard Actual Results: The "whole app" (menu bars, status bar and the document canvas) is selected and the "copy | Look Up | Share..." bubble from the browser is displayed. Expected Results: Nothin should happen. Reproducible: Always User Profile Reset: No Additional Info: Teste with the iOS 4.2 (23) releasen.
Created attachment 156484 [details] Printscreen showing the issue
Moving to NEW as agreed in the ESC meeting
Have been looking into this yesterday and today, no solution yet.
Hmm, this simple change seems to fix it. I am fairly sure this has some unintended unwanted side effect, though. https://gerrit.libreoffice.org/c/online/+/86484
Tor Lillqvist committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/online/commit/8c4bff2b22e4e55c409e31f8059003395db3f240 tdf#129327: Ignore all keydown events at the outermost level for iOS
Tested in 4.2 (30). This issue is fixed and can be closed. Thanks a lot to the Collabora team and especially to Tor for taking care of this.