哪个版本的 TinyMCE 可以在 Drupal 5 中与 google chrome 一起使用?
使用 Google Chrome 浏览器时,我的 drupal 站点(内部)将不会显示 TinyMCE 编辑器。 有人让 TinyMCE 在 Drupal 5 中与 Chrome 一起使用吗?
My drupal site (internal) will not display the TinyMCE editor when using Google Chrome browser. Has anyone gotten TinyMCE to work with Chrome in Drupal 5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
TinyMCE 和 WebKit(Chrome 使用的渲染引擎)之间存在许多已知的不兼容性。 如果您使用 TinyMCE 2.x,您可能需要尝试 Safari 插件-进入TinyMCE; Safari 也使用 WebKit。 我还了解到 TinyMCE 3.x 对 Safari/WebKit 的支持比TinyMCE 2.x,因此您可能想尝试升级到最新的 3.x 版本。
HTH
阿拉斯泰尔
There are a number of known incompatibilities between TinyMCE and WebKit (the rendering engine used by Chrome). If you're using TinyMCE 2.x, you might want to try the Safari plug-in to TinyMCE; Safari also uses WebKit. I gather also that TinyMCE 3.x has better support for Safari/WebKit than TinyMCE 2.x, so you might want to try upgrading to the latest 3.x version.
HTH
Alastair
我将TinyMCE升级到最新,但仍然失败。
登录后第一次尝试编辑时,编辑器将显示,但后续编辑无法调出 TinyMCE 编辑器
从好的方面来说,Drupal 6.4 和最新的 TinyMCE 似乎可以正常工作,所以我想我需要将 Drupal 更新为本网站的第 6 节。
编辑
刷新编辑页面会在我当前的设置中呈现 TinyMCE,这就是我对 Chrome 中的 Drupal 5.7 的答案。
I upgraded the TinyMCE to the latest, but it still fails.
The editor will display the first time you try to edit after login, but subsequent editing fails to bring up the TinyMCE editor
On the upside, Drupal 6.4 and the latest TinyMCE appear to work correctly, so I guess I'll need to update Drupal to v. 6 for this website.
edit
Refreshing the edit page renders TinyMCE in my current setup, so that's my answer for Drupal 5.7 in Chrome.
只需刷新编辑页面,编辑器就会在 Chrome 中呈现。
Just Refresh the edit page and the editor will render in Chrome.