首页 > 解决方案 > Froala 图像上传 - 加载程序和其他操作的弹出窗口不可见

问题描述

使用 Angular Froala 库。

角度-froala-所见即所得:^3.2.1-1

尝试将图像上传到服务器,加载程序弹出窗口不可见

fr-hidden类正在应用于fr-popover

    pluginsEnabled: ['fontFamily', 'fontSize', 'align', 'lists', 'link', 'colors', 'image'],
    inlineMode: false,
    tabSpaces: false,
    htmlExecuteScripts: true,
    linkAutoPrefix: '',
    htmlRemoveTags: [
      'script', 'style', 'button', 'select', 'option',
      'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'small', 'sup', 'sub', 
      'mark', 'a', 'svg', 'input', 'textarea', 'base',
      'table', 'tr', 'td', 'th', 'hr', 'code'],
    attribution: false,
    toolbarSticky: true
    pasteDeniedAttrs: ['class', 'src', 'style', 'id', 'onerror', 
      'onload', 'href', 'rel', 'ping'],
    pasteDeniedTags: [
      'script', 'style', 'button', 'select', 'option',
      'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'small', 'sup', 
      'sub','mark','a', 'svg', 'input', 'textarea', 
      'base','table', 'tr', 'td', 'th', 'hr', 'code'],

标签: angularfroala

解决方案


推荐阅读