nicedit 中的第一行问题?
您好,我的 nicedit 编辑器有一个小问题,
问题是
第一行不受影响!
示例:
我在文本区域框的第一行写了(asdad),
我将其标记并单击(中心对齐),
它应该转到框的中心,
请参阅此图片
这个问题仅在第一行..
其他工作正常
该问题仅在 Firefox 中!
我正在使用 Firefox 3.....并且我看到了这个问题!
我的代码是
<script src="http://js.nicedit.com/nicEdit-latest.js" type="text/javascript"></script>
<script type="text/javascript">bkLib.onDomLoaded(nicEditors.allTextAreas);</script>
<textarea cols=40 rows=10></textarea>
谢谢!
Hello i have small problem with nicedit editor
the problem is
the first line is can not be affected !
example :
i writed ( asdad ) in the first line of the textarea box
i marked it and clicked on ( center align )
it's should go to the center of the box
see this picture
this problem is only in first line ..
others is work fine
The problem is only in firefox !
i am using firefox 3..... and i see this problem !
my code is
<script src="http://js.nicedit.com/nicEdit-latest.js" type="text/javascript"></script>
<script type="text/javascript">bkLib.onDomLoaded(nicEditors.allTextAreas);</script>
<textarea cols=40 rows=10></textarea>
Thank you !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我也有这个问题。而且我们并不孤单:) 这是 nicEditor 的 bug http://nicedit.com/forums/viewtopic.php?f=4&t=364&p=848&#p848。而且看起来还没有修复。
我已经通过使用 TinyMCE-editor 解决了这个错误:) 如果您没有使用 nicEditor,我建议您查看 TinyMCE。
我希望这会有所帮助。
I also had that problem. And we are not alone:) It is nicEditor's bug http://nicedit.com/forums/viewtopic.php?f=4&t=364&p=848&#p848. And looks like it isn't fixed yet.
I've solved this bug by using TinyMCE-editor :) And if you are not tied with nicEditor I would suggest to look on TinyMCE.
I hope it will be helpfull.
我为此开发了一个解决方案。
问题是第一行不在 div 中。
这将修复它
,并且
它在 Chrome 55.0.2883.87 上运行良好。我认为它是跨浏览器的,但我不确定。但这是一个好的开始:)
I have developed a solution for this.
The problem is the first line that is not in a div.
This will fix it
and
It works fine on Chrome 55.0.2883.87. I think it's crossbrowser but I'm not sure. however it is a good start :)