English 中文(简体)
与媒体工具js和j Query工具的坠毁
原标题:Firefox crash with MediaElement.js and jQuery Tools

是否有任何人在使用同一页上的“媒体工具”和“宗教工具”时遇到兼容性问题?

任何时候坠毁 我有两间图书馆,一页,一美元(录像)。 如果我删除提及j Query工具的话,该页的负荷是完美的,如果我去掉对媒体作用者的呼吁,则页数是完美的。

没有任何例外。 整个浏览器只剩下锁,不会作出反应。 我已在麦克风和视窗机器上纠正了这一问题。

Here s a test page: http://thewellcommunity.org/firefox-crash.htm

我已经升级到最近几版的酒类、酒类工具和媒体用品。 坠机事件在我对其中每个图书馆进行升级之前就存在。 唯一的区别是,当我使用1.2.5 version工具时,坠毁程度较低,只是偶尔发生,而且似乎仅限于麦克斯。 地球同步会在短期内结束,但最终会再次稳定。 一俟我更新至1.2.7,坠机就每时发生,无法从中收回。

The live home page of our site is still using jQuery Tools 1.2.5, so the original crash can be seen there... http://thewellcommunity.org

Does anyone have any idea what might be happening? Or do you know how I might debug this. I ve tried try-catch blocks, but the browser crashes before the catch can happen.

最佳回答

我发现问题! 看来,“贱民”工具中的表格和“媒体”中的散射物并没有共同发挥 n的作用。

I was finally able to get Firefox to load the page enough to the point where it told me that a script was taking a long time. I checked the firebug debug window and it was stuck on changing the visibility of the volume slider for the MediaElement player.

我参加了我的初始化法,使该卷的精细化,突然整页的运行是完美的。

Definitely not an ideal solution, but I m willing to live with it for now, at least until I have time to find a different HTML5 video player or get rid of jQuery Tools completely.

感谢您的帮助!

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Private FireFox plugin

I m looking at getting a FireFox plugin developed - but is it possible to create a plugin that is for private use only, so only those I share it with have it and not open to the masses? Need this for ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Cross-browser development

I m developing a web application for a new service, starting from Firefox 3.5. The interface design is tableless, only using divs + CSS & performance-blessed practices. Now, while being ...

Cross browser way of setting IFrame to "about:blank"?

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?

热门标签