TinyMCE 添加了 在 Firefox 中设置样式/类时
我在 Drupal 7 安装中使用 TinyMCE 3.4.6,并且在 Firefox 中向块元素添加样式/类时遇到问题。
测试:
- 添加文本“Header”
- 标记它并选择块元素“Header 2”
- 标记它并选择样式“header-green”
Firefox 中的预期结果 / Chrome 中的实际结果:
<h2 class="header-green">Header</h2>
Firefox 中的实际结果:
<h2><span class="header-green">Header</span></h2>
你知道这里出了什么问题以及如何修复它吗?所有 CSS 都基于能够在所见即所得的元素上设置类。
I'm using TinyMCE 3.4.6 in a Drupal 7 installation and having problems with adding styles / classes to block-element in Firefox.
Test:
- Add text "Header"
- Mark it and select block-element "Header 2"
- Mark it and select style "header-green"
Expected result in Firefox / Actual result in Chrome:
<h2 class="header-green">Header</h2>
Actual result in Firefox:
<h2><span class="header-green">Header</span></h2>
Any ideas what is wrong here and how to fix it? All CSS is based on being able to set classes on elements in the WYSIWYG.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论