Side navigation
#6950 closed bug (invalid)
Opened August 26, 2010 02:36PM UTC
Closed September 23, 2010 06:27AM UTC
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.
Attachments (0)
Change History (2)
Changed September 01, 2010 03:48PM UTC by comment:1
Changed September 23, 2010 06:27AM UTC by comment:2
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.
Can you please provide a test case?