Bug 129327 - cmd+a does not select content when focus is not in the text on iOS 4.2
Summary: cmd+a does not select content when focus is not in the text on iOS 4.2
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: iOS Editor (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: Other iOS
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:6.5.0
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-11 12:52 UTC by Nicolas Christener
Modified: 2020-01-14 15:49 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Printscreen showing the issue (624.05 KB, image/png)
2019-12-11 12:53 UTC, Nicolas Christener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Christener 2019-12-11 12:52:17 UTC
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.
Comment 1 Nicolas Christener 2019-12-11 12:53:38 UTC
Created attachment 156484 [details]
Printscreen showing the issue
Comment 2 Xisco Faulí 2019-12-12 14:18:45 UTC
Moving to NEW as agreed in the ESC meeting
Comment 3 How can I remove my account? 2020-01-09 11:50:31 UTC
Have been looking into this yesterday and today, no solution yet.
Comment 4 How can I remove my account? 2020-01-09 12:30:27 UTC
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
Comment 5 Commit Notification 2020-01-09 12:57:08 UTC
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
Comment 6 Nicolas Christener 2020-01-14 15:41:28 UTC
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.