Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D Datahub
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 51
    • Issues 51
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ICAT
  • Datahub
  • Issues
  • #244

Closed
Open
Created May 28, 2020 by Maxime Chaillet@mchailleMaintainer

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