Opened 12 years ago
Closed 12 years ago
#6950 closed bug (invalid)
1.4.2 + IE8: .find() doesn't always return a jQuery objecy
Reported by: | vipsoft | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In IE8, .find() was sometimes returning 0 causing chained calls to error out ("is null or not an object").
As a workaround, we check the return value is not null.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Closing as the submitter has not provided a testcase in one month. Please reopen this ticket if you are able to provide a reproducible test case.
Note: See
TracTickets for help on using
tickets.
Can you please provide a test case?