跨浏览器支持问题
我正在尝试制作自己的文章发布网站。 你可以制作文章、编辑文章、查看文章……
所有这些东西都需要一些脚本,而我什么都有,我想是的。
问题出在歌剧中。 其他浏览器工作正常,但 Opera,有时,我不是每次都重复,只是有时并且总是随机地重复,无法理解逻辑原因,但例如,如果我有 2 个tinyMCE 文本区域,它会启动 1 个编辑器,而另一个文本区域则不进行转换到tinyMCE。
另一个例子,我有一篇文章,里面有很多图片,在保存时,它们是用 php 文件处理的,处理后用户查看编辑后的文章。
所以其他浏览器没问题,但 Opera 不喜欢等到 php 完成图片处理并触发空文章。
其他浏览器会触发正常的文章...
有什么我必须知道的吗,也许我错过了一些 Opera 的已知错误,或者什么?
I am trying to make my own article publishing site.
You can make articles, edit articles , view articles...
All this stuff needs some scripts and I have everything , I think so.
Problem is in Opera.
Other browsers work fine but Opera, sometimes, I repeat not every time, only sometimes and always randomly, cannot understand the logic why, but for example if I have 2 tinyMCE textareas, it starts 1 editor, and another textarea is left without transformation it to tinyMCE.
Another Example I have article with lots of pictures in it, and while saving they are processed with php file, and after process user views edited article.
So other browsers are fine, but opera do not like to wait untill php finishes work with pictures and it fires empty article.
Other browsers fire normal articles....
Is there anything I must know, maybe I missed some known bug with opera , or what ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题出在旧的 jquery 和 ajaxSubmit 插件中。我已经更新了它们,一切正常。
Problem was in old jquery and ajaxSubmit plugins. I've updated them and everything works fine.