ueditor编辑html问题总结

  1. table和td都会被ueditor加上间距,是原本的html样式变乱
ueditor编辑html问题总结_第1张图片
去除editor table默认样式的方法.png
  1. ueditor默认会把很多标签过滤替换掉,改变原本的html结构


    ueditor编辑html问题总结_第2张图片
    解决了ueditor过滤替换标签的问题.png
  2. table嵌套table,的样式会乱掉


    ueditor编辑html问题总结_第3张图片
    解决了ueditor table不能嵌套的问题.png
  3. 在ueditor destroy后,并没有注销window.onscroll事件(ueditor为了实现操作栏顶部吸附的效果注册的),导致报错


    ueditor编辑html问题总结_第4张图片
    ueditor destroy时没有注销滚动事件,会报错.png

你可能感兴趣的:(ueditor编辑html问题总结)