-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Milestone
Description
Original: nextcloud/server#5198
Steps to reproduce
- Go to a text file and open it with the Nextcloud server web interface editor (url like https://nextcloud.example.org/index.php/apps/files/?dir=/directory&fileid=11118#editor )
- Press CTRL+F (Chrome, reproduced with Firefox, Mac / Windows / Linux)
- Nothing happens
Expected behaviour
- Go to a text file and open it with the editor
- Press CTRL+F
- Get a "find" feature (either the browser's built-in find feature, or a custom Nextcloud's web interface editor find feature)
Actual behaviour
The editor seems to hijack the CTRL+F binding and prevents the browser built-in find feature from working.
The editor does not replace this with its own find feature.
Should be easy enough to reproduce, tested with very different configs by different people who could reproduce (Windows, Mac, etc.).
Nextcloud version: 12.0.0.29
Texteditor version: 2.4.1