Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Web browser's back arrow doesn't work after opening a document (text, office, etc.) #2577

Closed
6 of 8 tasks
dsisysteme opened this issue Dec 5, 2023 · 6 comments
Closed
6 of 8 tasks
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working

Comments

@dsisysteme
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

Since we updated our Nextcloud instance to version 27.1.4, when opening a document with an app like Text or Collabora, returning to Nextcloud Dashboard using the browser arrows no longer works. Only the Cancel button works. It is clear that the url changes, but not the display in the iframe.

Steps to reproduce

  1. Open a document with Text app or Collabora
  2. Click on the browser arrows to return to Nextcloud page
  3. The page URL changes but the iframe remains "stuck" on the document.

Expected behavior

Click on the browser arrows to return to the Nextcloud Dashboard

Installation method

Community Manual installation with Archive

Nextcloud Server version

27

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?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "nextcloud-test.**********"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "https:\/\/nextcloud-test**********",
        "overwriteprotocol": "https",
        "dbtype": "mysql",
        "version": "27.1.4.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "ldapUserCleanupInterval": 0,
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": true,
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379,
            "dbindex": 1
        },
        "filesystem_check_changes": 0,
        "enable_avatars": false,
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "share_folder": "\/Shared",
        "cron_log": true,
        "loglevel": "2",
        "maintenance": false,
        "trashbin_retention_obligation": 30,
        "trashbin_auto_expire": true,
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "knowledgebaseenabled": false,
        "sharing.maxAutocompleteResults": 20,
        "sharing.minSearchStringLength": 3,
        "default_phone_region": "FR",
        "activity_expire_days": "180"
    }
}

List of activated Apps

Enabled:
  - activity: 2.19.0
  - cloud_federation_api: 1.10.0
  - comments: 1.17.0
  - contactsinteraction: 1.8.0
  - dav: 1.27.0
  - federatedfilesharing: 1.17.0
  - files: 1.22.0
  - files_sharing: 1.19.0
  - files_trashbin: 1.17.0
  - files_versions: 1.20.0
  - lookup_server_connector: 1.15.0
  - notifications: 2.15.0
  - oauth2: 1.15.1
  - photos: 2.3.0
  - provisioning_api: 1.17.0
  - richdocuments: 8.2.3
  - serverinfo: 1.17.0
  - settings: 1.9.0
  - sharebymail: 1.17.0
  - text: 3.8.0
  - theming: 2.2.0
  - twofactor_backupcodes: 1.16.0
  - updatenotification: 1.17.0
  - user_ldap: 1.17.0
  - user_saml: 5.2.5
  - viewer: 2.1.0
  - weather_status: 1.7.0
  - workflowengine: 2.9.0

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@dsisysteme dsisysteme added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels Dec 5, 2023
@dsisysteme
Copy link
Author

@dsisysteme
Copy link
Author

Issue still exist in 29.0.4

@dsisysteme
Copy link
Author

Issue still exist in 29.0.5

@PaulosV
Copy link

PaulosV commented Sep 21, 2024

Still an issue with Nextcloud 30.0.0 and richdocuments v8.5.0, but it also happens with the text editor. It really feels quite unintuitive, when the back button works everywhere but not here, and should be considered an usability issue, IMHO.

@joshtrichards joshtrichards changed the title [Bug]: Web browser's back arrow doesn't work after upgrade in 27.1.4 [Bug]: Web browser's back arrow doesn't work after opening a document (text, office, etc.) Sep 29, 2024
@joshtrichards
Copy link
Member

Related: #486

@juliusknorr
Copy link
Member

Fixed by #2661

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants