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

Truncated values in autocomplete lists #853

Open
mmo opened this issue May 31, 2022 · 1 comment · Fixed by #873
Open

Truncated values in autocomplete lists #853

mmo opened this issue May 31, 2022 · 1 comment · Fixed by #873
Assignees
Labels
bug Breaks something but is not blocking client request

Comments

@mmo
Copy link
Collaborator

mmo commented May 31, 2022

Autocompletion seems to have a problem with values that are more than 50 characters long. Such values appear truncated in the suggestion list and, if selected by the user, only the visible part is copied to the field.

Solution: present the complete values in the suggestion list or, if values need to be truncated for some reason, at least copy the complete content to the field when the user selects it.

image.png

image.png

image.png

image.png

@mmo mmo added the bug Breaks something but is not blocking label May 31, 2022
Garfield-fr added a commit to Garfield-fr/sonar that referenced this issue Jul 26, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes rero#853.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr added a commit to Garfield-fr/sonar that referenced this issue Jul 26, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes rero#853.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr added a commit to Garfield-fr/sonar that referenced this issue Jul 26, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes rero#853.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr added a commit to Garfield-fr/sonar that referenced this issue Jul 26, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes rero#853.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr added a commit to Garfield-fr/sonar that referenced this issue Jul 26, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes rero#853.

⚠️  ES reindexing: documents, projects and users.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr added a commit that referenced this issue Jul 27, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes #853.

⚠️  ES reindexing: documents, projects and users.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
Garfield-fr added a commit that referenced this issue Aug 3, 2022
The default size of the suggestion field is 50. It has been increased to 100.

* Closes #853.

⚠️  ES reindexing: documents, projects and users.

Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
@PascalRepond PascalRepond reopened this Apr 11, 2023
@PascalRepond
Copy link
Contributor

Il subsiste 2 problèmes:

Dans le champ CustomField1, le problème semble résolu, mais les anciennes auto-suggestions bloquées à 50 caractères continuent d'apparaître, même si celles-ci ne sont pas utilisées (voir pièce jointe).

Dans le champ CustomField2, le problème ne semble pas résolu (voir pièce jointe)

CaptureA

CaptureB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Breaks something but is not blocking client request
Projects
Status: Product Backlog
Development

Successfully merging a pull request may close this issue.

3 participants