Chrome 和 Firefox 中的 nicEditor 链接问题
我使用 nicEdit 和“链接”按钮。我在使用 Chrome 和 Firefox 时遇到了不同的问题:我不选择任何文本并引入链接和标题,然后单击提交查询。
在 Chrome 中,会出现一个具有正确 URL 的链接,但内容为“javascript:nicTemp();” (即,这是标签之间的 html)。
在 Firefox 中,结果有所不同:什么也没有发生。
有人知道如何修复/更改此行为吗?
如果您下载 nicEdit 源代码,您将能够在 src/nicLink/nicLink.js
I'm using nicEdit with the "link" button. And I have different problems with Chrome and Firefox when: I don't select any text and introduce a link and a title, then click Submit Query.
In Chrome, a link with the correct URL appears but with the content "javascript:nicTemp();" (ie, that's the html between the tags).
In Firefox the results is different: nothing happens.
Does anyone have a clue of how to fix/change this behavior?
If you download the nicEdit source you'll be able to see the executed code in src/nicLink/nicLink.js
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
GitHub 上的分支已修复此问题,例如: https://github.com/danishkhan/NicEdit
There are forks on GitHub that have this fixed, e.g.: https://github.com/danishkhan/NicEdit
我用nicedit(2009年1月4日发布的版本0.9 r23)尝试了同样的问题。
使用FF6.0时
最后,当按下带有选定文本的链接按钮并且不归档链接文本时,它会起作用。
I experimented the same problem with nicedit (Version 0.9 r23 released January 4th, 2009. )
when using FF6.0
Finally, when pressing link button with a selected text AND do'nt filing the link text, it works.