⚠️ This issue respects the following points: ⚠️
Bug description
On nc 27 and earlier one shortcut i commonly used was ctrl+f to bring up the search function in nextcloud. That stopped working in 28. And still not working in nc29 beta1
Steps to reproduce
- Be in any app in Nextcloud 28 and up
- press ctrl + f
- get the find in page search from the browser
Expected behavior
Get the nextcloud search triggered top right
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
{
"system": {
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"********"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "29.0.0.7",
"overwrite.cli.url": "https:\/\/**********",
"overwritehost": "*****************",
"htaccess.RewriteBase": "\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "0",
"dbindex": "0",
"timeout": "0.5"
},
"default_phone_region": "SE",
"instanceid": "***REMOVED SENSITIVE VALUE***",
"activity_expire_days": "30",
"skeletondirectory": "\/srv\/presentation\/skeleton",
"templatedirectory": "\/srv\/presentation\/templates",
"trashbin_retention_obligation": "auto,7",
"maintenance": false,
"loglevel": 2,
"mail_smtpmode": "sendmail",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"enabledPreviewProviders": [
"OC\\Preview\\Imaginary",
"OC\\Preview\\Image",
"OC\\Preview\\MarkDown",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Movie",
"OC\\Preview\\Krita"
],
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"preview_max_x": "2048",
"preview_max_y": "2048",
"jpeg_quality": "60",
"preview_max_memory": "256",
"theme": "",
"updater.release.channel": "beta",
"filelocking.enabled": "true",
"memcache.locking": "\\OC\\Memcache\\Redis",
"app_install_overwrite": [
"welcome",
"user_migration",
"twofactor_webauthn",
"files_lock",
"tasks",
"files_retention",
"polls",
"richdocuments",
"guests",
"groupfolders",
"forms",
"files_downloadactivity"
]
}
}
List of activated Apps
- activity: 2.21.1
- admin_audit: 1.19.0
- approval: 1.2.0
- assistant: 1.0.6
- calendar: 4.7.0-beta.1
- call_summary_bot: 1.1.0
- circles: 29.0.0-dev
- cloud_federation_api: 1.12.0
- collectives: 2.10.0
- comments: 1.19.0
- contacts: 6.0.0-alpha.1
- contactsinteraction: 1.10.0
- dashboard: 7.9.0
- dav: 1.30.0
- deck: 1.13.0-beta.1
- federatedfilesharing: 1.19.0
- federation: 1.19.0
- files: 2.1.0
- files_accesscontrol: 1.19.0
- files_automatedtagging: 1.19.0
- files_downloadactivity: 1.16.0
- files_downloadlimit: 2.0.0
- files_lock: 28.0.2
- files_pdfviewer: 2.10.0
- files_reminders: 1.2.0
- files_retention: 1.17.1
- files_sharing: 1.21.0
- files_trashbin: 1.19.0
- files_versions: 1.22.0
- firstrunwizard: 2.18.0
- forms: 4.1.1
- groupfolders: 16.0.4
- guests: 3.0.1
- integration_google: 2.2.0
- logreader: 2.14.0
- lookup_server_connector: 1.17.0
- mail: 3.6.0-beta.1
- nextcloud_announcements: 1.18.0
- notes: 4.9.2
- notifications: 2.17.0
- oauth2: 1.17.0
- password_policy: 1.19.0
- photos: 2.5.0
- polls: 6.1.6
- privacy: 1.13.0
- provisioning_api: 1.19.0
- recommendations: 2.1.0
- related_resources: 1.4.0
- richdocuments: 8.3.2
- serverinfo: 1.19.0
- settings: 1.12.0
- sharebymail: 1.19.0
- spreed: 19.0.0-beta.1
- support: 1.12.0
- survey_client: 1.17.0
- suspicious_login: 7.0.0
- systemtags: 1.19.0
- tasks: 0.15.0
- text: 3.10.0
- theming: 2.4.0
- twofactor_backupcodes: 1.18.0
- twofactor_totp: 11.0.0-dev
- twofactor_webauthn: 1.3.2
- updatenotification: 1.19.1
- user_migration: 5.0.0
- user_saml: 6.1.1
- user_status: 1.9.0
- viewer: 2.3.0
- weather_status: 1.9.0
- welcome: 1.0.10
- workflowengine: 2.11.0
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
No response
Additional info
No response
Bug description
On nc 27 and earlier one shortcut i commonly used was ctrl+f to bring up the search function in nextcloud. That stopped working in 28. And still not working in nc29 beta1
Steps to reproduce
Expected behavior
Get the nextcloud search triggered top right
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
{ "system": { "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "********" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "29.0.0.7", "overwrite.cli.url": "https:\/\/**********", "overwritehost": "*****************", "htaccess.RewriteBase": "\/", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true, "memcache.local": "\\OC\\Memcache\\Redis", "memcache.distributed": "\\OC\\Memcache\\Redis", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "port": "0", "dbindex": "0", "timeout": "0.5" }, "default_phone_region": "SE", "instanceid": "***REMOVED SENSITIVE VALUE***", "activity_expire_days": "30", "skeletondirectory": "\/srv\/presentation\/skeleton", "templatedirectory": "\/srv\/presentation\/templates", "trashbin_retention_obligation": "auto,7", "maintenance": false, "loglevel": 2, "mail_smtpmode": "sendmail", "mail_sendmailmode": "smtp", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "enabledPreviewProviders": [ "OC\\Preview\\Imaginary", "OC\\Preview\\Image", "OC\\Preview\\MarkDown", "OC\\Preview\\MP3", "OC\\Preview\\TXT", "OC\\Preview\\OpenDocument", "OC\\Preview\\Movie", "OC\\Preview\\Krita" ], "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***", "preview_max_x": "2048", "preview_max_y": "2048", "jpeg_quality": "60", "preview_max_memory": "256", "theme": "", "updater.release.channel": "beta", "filelocking.enabled": "true", "memcache.locking": "\\OC\\Memcache\\Redis", "app_install_overwrite": [ "welcome", "user_migration", "twofactor_webauthn", "files_lock", "tasks", "files_retention", "polls", "richdocuments", "guests", "groupfolders", "forms", "files_downloadactivity" ] } }List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response