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

Bookmarks app is glitching out in the browser #2159

Closed
morgannunan opened this issue May 20, 2024 · 10 comments
Closed

Bookmarks app is glitching out in the browser #2159

morgannunan opened this issue May 20, 2024 · 10 comments
Labels
Projects

Comments

@morgannunan
Copy link

Describe the bug
When I click a folder and scroll the results panel, I just get flickering gray bars.

To Reproduce
Steps to reproduce the behavior:

  1. Go to bookmarks
  2. Click on a bookmark folder
  3. Scroll down to see the bookmarks under the fold
  4. See error

Expected behavior
See all the bookmarks

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser: Vivaldi (Chromium)
  • Version: 6.7.3329.31

Server (please complete the following information):

  • OS: Ubuntu 18.04

  • HTTP server: Apache 2

  • Database: MySql 15.1

  • PHP version: 7.4.33

  • Nextcloud version: 25.0.13

  • Bookmarks app version: 12.1.0

  • Activated Nextcloud Apps:

  • activity: 2.17.0

  • admin_audit: 1.15.0

  • bookmarks: 12.1.0

  • bruteforcesettings: 2.5.0

  • calendar: 4.6.8

  • cloud_federation_api: 1.8.0

  • contacts: 5.5.3

  • contactsinteraction: 1.6.0

  • dav: 1.24.0

  • federatedfilesharing: 1.15.0

  • files: 1.20.1

  • files_external: 1.17.0

  • files_pdfviewer: 2.6.0

  • files_rightclick: 1.4.0

  • files_sharing: 1.17.0

  • files_texteditor: 2.15.1

  • files_trashbin: 1.15.0

  • files_versions: 1.18.0

  • firstrunwizard: 2.14.0

  • logreader: 2.10.0

  • lookup_server_connector: 1.13.0

  • music: 1.11.0

  • news: 22.0.0

  • notes: 4.10.0

  • notifications: 2.13.1

  • oauth2: 1.13.1

  • password_policy: 1.15.0

  • passwords: 2023.12.12

  • privacy: 1.9.0

  • provisioning_api: 1.15.0

  • serverinfo: 1.15.0

  • settings: 1.7.0

  • side_menu: 3.12.0

  • tasks: 0.15.0

  • text: 3.6.0

  • theming: 2.0.1

  • twofactor_backupcodes: 1.14.0

  • updatenotification: 1.15.0

  • user_ldap: 1.15.0

  • viewer: 1.9.0

  • workflowengine: 2.7.0

  • Nextcloud configuration:

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "jukebox"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "25.0.13.2",
        "overwrite.cli.url": "http:\/\/jukebox\/cloud",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "filelocking.enabled": true,
        "app_install_overwrite": [
            "ldapcontacts",
            "ldaporg",
            "calendar",
            "ldap_write_support"
        ],
        "ldapIgnoreNamingRules": false,
        "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
        "theme": "",
        "loglevel": 0,
        "updater.secret": "***REMOVED SENSITIVE VALUE***",
        "encryption.legacy_format_support": false,
        "encryption.key_storage_migrated": false,
        "mysql.utf8mb4": true
    }
}
@github-actions github-actions bot added this to Backlog in Bookmarks May 20, 2024
Copy link

Hello 👋

Thank you for taking the time to open this issue with the bookmarks app. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and have been maintaining this software the last few years. I currently work for Nextcloud but maintain this app
in my free time, because it is not an official Nextcloud product. My day job at Nextcloud is pretty awesome but sadly leaves me with
less time for side projects like this one than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself. (Also see our Code of Conduct. Really.)

I look forward to working with you on this issue
Cheers 💙

@marcelklehr
Copy link
Member

Nextcloud version: 25.0.13

Bookmarks app version: 12.1.0

These are quite old versions, actually. They're from 2022, i think. v25 is no longer receiving updates, too. Can you try updating to a Nextcloud version that is still maintained? That would be at least v27, I think

@morgannunan
Copy link
Author

Huh. Then why would it say this in the admin overview?

image

@marcelklehr
Copy link
Member

marcelklehr commented May 20, 2024 via email

@morgannunan
Copy link
Author

OK, I brought everything up to the latest version: NC 29.0.1, News 24.0.0. Things are looking wackier than ever. Here's my sidebar:
image

@marcelklehr
Copy link
Member

I can reproduce. This is not the News app repo, though

@morgannunan
Copy link
Author

Whoops. sorry. I moved this issue to that repo.

@morgannunan
Copy link
Author

I can also confirm that the original bug identified in this issue is now resolved when I update to NC 29 and Bookmarks 14.1.1.

@vbresan
Copy link

vbresan commented Jul 15, 2024

I am experiencing this issue with NC 29.0.3 and Bookmarks 14.2.2. The browser is Firefox 115.13.0esr. Please see the attached video.

2024-07-15.16-34-32.mp4

@marcelklehr
Copy link
Member

Hi @vbresan
Could you please open a new issue, ideally also with some browser console logs to see what's going on :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Bookmarks
Backlog
Development

No branches or pull requests

3 participants