Skip to main content

Bug Tracker

Side navigation

#5203 closed bug (invalid)

Opened September 10, 2009 07:30PM UTC

Closed September 14, 2009 05:34PM UTC

.selector bug in 1.3.3 $('body')

Reported by: cowboy Owned by:
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: Cc: cowboy
Blocked by: Blocking:
Description

I encountered this when working on #5202. $('body').selector isn't set, since internally, selector is set to document.body BUT this.selector is never set. So, that being said..

Diff: http://benalman.com/code/jquery/src/jquery_body.diff

Attachments (0)
Change History (1)

Changed September 14, 2009 05:34PM UTC by flesler comment:1

cc: → cowboy
component: unfilledselector
resolution: → invalid
status: newclosed

I just removed the whole body check ([6546]) as it is then handled by $("TAG") pretty fast too.