Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Datahub Datahub
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ICAT
  • DatahubDatahub
  • Issues
  • #244
Closed
Open
Issue created May 28, 2020 by Maxime Chaillet@mchailleGuest

img are stored as blob in the html sometimes

this situation happens when the user, first write some text (which enables the save button), then copy paste an image in the editor and hits the save button. In that case, the onEditorChange() is not called (see EditorWrapper) and as a consequence the event is updated with the img blob inside instead of the link to the uploaded image

this does not happen when the user upload an image and then type something else in the editor because onEditorChange is called for each new character typed.

The fact the onEditorChange() is not called after the image is reloaded (from blob to proper link), is a bug is the tinymce editor itself or the corresponding react component of the tinymce editor (dependencies of this project)

Edited May 28, 2020 by Maxime Chaillet
Assignee
Assign to
Time tracking