Side navigation
#3256 closed bug ()
Opened August 15, 2008 03:01PM UTC
Closed November 11, 2010 11:09PM UTC
Test suite crashes Nokia S60 WebKit Browser
Reported by: | nedrichards | Owned by: | nedrichards |
---|---|---|---|
Priority: | low | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | mobile crash test suite | Cc: | |
Blocked by: | Blocking: |
Description
As seen here: http://groups.google.com/group/jquery-dev/browse_thread/thread/52091c56fa95458a/92a51f6ff0ddf08b and here: http://discussion.forum.nokia.com/forum/showthread.php?t=140311 the jQuery test suite at http://www.jquery.com/test crashes the Nokia S60 WebKit browser on my N95. I believe this browser is based on code around Safari 1.3 but don't have a copy of that version handy to check.
Attachments (0)
Change History (6)
Changed December 21, 2008 08:14AM UTC by comment:1
Changed June 10, 2009 09:37AM UTC by comment:2
component: | qunit → core |
---|---|
owner: | joern |
Not a QUnit issue.
Changed June 17, 2009 08:24AM UTC by comment:3
I did some digging and the problem is due to jQuery DOM Manipulation sequence that remove each element and then insert it using DOM.
During the test, browser would crash in different places which might suggest memory leak. As a temporary solution, I create a plugin to insert HTML using .innerHTML but would much be appreciated if jQuery Team can come out with better solution
Changed July 01, 2009 07:15AM UTC by comment:4
The Nokia N97 has WebKit 525. No crash, but 1 test failed:
137: ajax module: jQuery.post(String, Hash, Function) - simple with xml (1, 2, 3)
Changed October 23, 2010 09:40PM UTC by comment:5
keywords: | → mobile crash test suite |
---|---|
owner: | → nedrichards |
priority: | major → low |
status: | new → pending |
I believe John worked quite a bit with mobile browsers for 1.4.3. If this bug is an issue still, let us know.
Changed November 11, 2010 11:09PM UTC by comment:6
status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
One thing I found that crashes the N-95 browser is using .html() when accessing a DIV by ID. E.g.,
$('#aDiv').html('foo')
will immediately crash the browser. This happened with the full, packed, and minified versions of jQuery.