'Notes' field is single line only in AIO 11.4.0 Contacts

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can. :heart:

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    4.10.0
  • Operating system and version (e.g., Ubuntu 24.04):
    Docker/debian 12
  • Web server and version (e.g, Apache 2.4.25):
    • replace me
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • replace me
  • PHP version (e.g, 8.3):
    • replace me
  • Is this the first time you’ve seen this error? (Yes / No):
    yes
  • When did this problem seem to first start?
    after upgrading to 11.4.0 AIO
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    via AIO full update
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • standard docker
      hello, after upgrading via the gui to the latest version, the Notes field in Contacts has collapsed to one line only ie cannot be resized, and the line returns are missing ie words from one line are merging with words from the next line without even a space.
      This problem is only with entries that were imported via a csv file
      New entries created after Nextcloud was setup do not have a problem.
      Any ideas please?

Chatgpt advised:

  • The Notes field content (with \n) was stored literally as a flat string — not interpreted as rich text with line breaks.
  • As a result, the Contacts UI disables multi-line editing (because it thinks it’s a single-line string).
  • This likely explains the “collapsed” input field and inability to press Enter.

Please check bug report: Unable to resize Notes Field · Issue #4605 · nextcloud/contacts · GitHub

And - if possible - add your comment to the issue, so that the Nextcloud developers get proper feedback.

It’s really an annoying bug for me, since I use the notes fields very often adding several information of my contacts.

will do
but after repeated attempts to uncorrupt the information stored in ‘Notes’ I’ve given up on nextcloud
i was only needing it for the contacts database and for less than one hours effort, chatgpt has created a python based database that is much easier to use
I was able (again with ChatGPT’s help) to extract the information in Notes (& the other ‘contacts’ fields) to a readable csv file, which I imported in the ChatGPT python database

Updated my bug report:

See Notes field needs to be manually resized · Issue #4614 · nextcloud/contacts · GitHub also
and https://github.com/nextcloud/contacts/issues/4613

What makes things worse is how can I go back as I need this functionality. The description here Manual installation of Apps - #6 by Juergen_Jatzkowski does not work anymore and automatically the buggy 7.2.5 is installed again.

I would like to confirm that I have exactly the same problem:

The note field is causing problems. For some entries, the note field remains a single line. There is no “grabber” to enlarge the note field.

Strangely enough, this is not the case with every note field. Some have a “grabber” to enlarge the field, but many do not.

I hope this can be fixed quickly, because it’s no longer usable (I have many entries with the note field activated).

Thanks in advance :slight_smile:

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.