Skip to main content

Bug Tracker

Side navigation

#6045 closed bug (invalid)

Opened February 06, 2010 06:03PM UTC

Closed February 06, 2010 06:28PM UTC

$('<p>some text</p>').get() doesn't return a dom-node anymore

Reported by: dwt Owned by: john
Priority: Milestone: 1.4.2
Component: manipulation Version: 1.4.1
Keywords: Cc:
Blocked by: Blocking:
Description

I'm trying to migrate my testsuite to jquery 1.4.1 from 1.3.2 and this is one of the biggest roadblocks I've hit so far.

Running "$('<p>some text</p>').get()" in one of the browser debugger js shells should return that dome node.

This works with jQuery 1.3.1

Tested in WebKit Nightly as of 6.2.10

Attachments (0)
Change History (4)

Changed February 06, 2010 06:12PM UTC by john comment:1

component: coremanipulation
owner: → john
status: newassigned

Sounds like a serious problem with the WebKit nightlies!

Changed February 06, 2010 06:13PM UTC by john comment:2

(I can confirm that it works in Safari 4 and breaks in the nightlies.)

Changed February 06, 2010 06:19PM UTC by john comment:3

Ok, wait, this seems to only be a problem with the debugger shell. The content is actually there (doing .get()[0].nodeName gives the paragraph) so it's just a display problem, it seems - but the array does appear to be empty, even though it's not.

Changed February 06, 2010 06:28PM UTC by john comment:4

resolution: → invalid
status: assignedclosed