#7413 closed bug (invalid)
Browser inconsistencies return of jQuery.isEmptyObject
Reported by: | Owned by: | Rick Waldron | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | core | Version: | 1.6b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
- Firefox 3.6 (and 4b7) returns:
jQuery.isEmptyObject("test") // false
- IE7 returns:
jQuery.isEmptyObject("test") // true
Did not test other browsers or versions but can test if requested
As normal IE is the suspect here...
Change History (13)
comment:1 Changed 7 years ago by
Owner: | set to Rick Waldron |
---|---|
Status: | new → assigned |
comment:3 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 7 years ago by
Milestone: | 1.5 → 1.4.5 |
---|---|
Owner: | changed from Rick Waldron to john |
Let's tackle this in 1.4.5 and use hasOwnProperty.
comment:6 Changed 7 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Resolution: | → fixed |
Status: | assigned → closed |
Version: | 1.4.3 → 1.4.4 |
Landed.
comment:7 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The patch causing problems in jQuery.param, backed out.
comment:8 Changed 7 years ago by
Owner: | changed from john to Rick Waldron |
---|---|
Status: | reopened → assigned |
comment:9 Changed 7 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
comment:10 Changed 7 years ago by
Milestone: | → 1.6 |
---|---|
Version: | 1.4.4 → 1.6b1 |
Confirmed this bug is still present in 1.6b1. http://jsfiddle.net/timmywil/Q9nUZ/
comment:11 Changed 7 years ago by
Milestone: | 1.6 → 1.next |
---|
comment:13 Changed 7 years ago by
Keywords: | needsdocs added |
---|---|
Resolution: | → invalid |
Status: | assigned → closed |
Best patch ever === no patch at all.
comment:14 Changed 7 years ago by
Keywords: | needsdocs removed |
---|
Docs updated to emphasize $.isEmptyObject should always be called with a real object.
Note: See
TracTickets for help on using
tickets.
Confirmed!