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

Tooltips are sometimes displayed twice #196

Closed
sebdeleze opened this issue Jun 24, 2020 · 0 comments
Closed

Tooltips are sometimes displayed twice #196

sebdeleze opened this issue Jun 24, 2020 · 0 comments
Labels
bug Something isn't working, but not critical f: editor Concerns editor based on JSON schema AND custom editor

Comments

@sebdeleze
Copy link

sebdeleze commented Jun 24, 2020

Describe the issue
In certain circumstances, tooltips are displayed twice on editor field mouse over. The issue has been seen in a SONAR editor.

To Reproduce

  1. Put a description in a field of type array of strings like this:
"specificCollections": {
    "title": "Specific collections",
     "description": "The names of the organisation's specific/patrimonial collections to which this document belongs",
     "type": "array",
      "items": {
            "type": "string",
            "minLength": 1
      }
}
  1. Go to the editor and mouse over the field.

Expected behavior
On mouse over, only one tooltip must be displayed.

Screenshots
Capture d’écran 2020-06-24 à 14 09 04

Additional context
SONAR deposit editor.

@sebdeleze sebdeleze added the bug Something isn't working, but not critical label Jun 24, 2020
@iGormilhit iGormilhit added the f: editor Concerns editor based on JSON schema AND custom editor label Jun 25, 2020
@sebdeleze sebdeleze mentioned this issue Jan 12, 2021
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, but not critical f: editor Concerns editor based on JSON schema AND custom editor
Projects
None yet
Development

No branches or pull requests

2 participants