Skip to main content

Bug Tracker

Side navigation

#14925 closed bug (invalid)

Opened March 27, 2014 06:08AM UTC

Closed April 11, 2014 08:55AM UTC

isPlainObject() return true when constructor is null

Reported by: zhkumu@gmail.com Owned by: zhkumu@gmail.com
Priority: undecided Milestone: None
Component: unfiled Version: 2.1.0
Keywords: Cc:
Blocked by: Blocking:
Description

function Test() { }

Test.prototype = {

constructor:null

}

var t=new Test();

document.write($.isPlainObject(t));//true

Attachments (0)
Change History (3)

Changed March 27, 2014 03:31PM UTC by timmywil comment:1

owner: → zhkumu@gmail.com
status: newpending

Do you have a use case where setting the constructor to null is necessary?

Changed March 27, 2014 04:30PM UTC by dmethvin comment:2

Seems like a dup of #13715 but we can wait for an example.

Changed April 11, 2014 08:55AM UTC by trac-o-bot comment:3

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!