TinyMCE 在执行拼写检查之前拆分单词

发布于 2024-10-06 05:03:40 字数 204 浏览 0 评论 0原文

TinyMCE 偶尔会发送“Telep”和“hone”,而不是向服务器端拼写检查器发送“Telephone”,这会导致该单词被错误地标记为拼写错误。

我在服务器端使用自定义的 NHunSpell 实现,但我怀疑这是问题,因为当请求到达服务器时,单词已经被分成两个,所以 TinyMCE 必须在发送之前将单词拆分。

有人以前见过这种情况吗?

谢谢。

Instead of sending 'Telephone' to the server side spell checker, TinyMCE occassionally send 'Telep' and ''hone', which results in the word incorrectly flagged as misspelled.

I use a custom NHunSpell implementation at the server end, but I doubt this is the problem as when the request arrives at the server, the word has already been splitted into two, so TinyMCE must have splitted the word before sending it off.

Anyone seen this happening before?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不吻晚风 2024-10-13 05:03:40

Tinymce 从来不会自己拆分单词!
您是否认为您自己的插件之一导致了分裂?
你在使用某种连字符吗? (这使得拼写检查令人沮丧)

Tinymce never splits words by itself!!
Did you consider that one of your own plugins causes the splitting?
Are you using some kind of hyphenation thing? (this makes spellchecking frustrating)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文