#6938 closed bug (fixed)
Blackberry 4.7: .attr("missing") returns ""
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | attributes | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Should return undefined.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
This fix is not really a fix This will fix the problem...
// Ensure that missing attributes return undefined // Blackberry 4.7 returns "" from getAttribute #6938 if (elem.attributes == null ||!elem.attributes[ name ] && (elem.hasAttribute && !elem.hasAttribute( name )) ) { return undefined; }
comment:3 Changed 12 years ago by
Priority: | → undecided |
---|
Please add more information and or a test case if you think the fix for this bug report is incomplete instead of just posting a piece of code with no explanation at all.
Note: See
TracTickets for help on using
tickets.
Fixed http://github.com/jquery/jquery/commit/cb40495b21bcb7802f3ab6ae0f837f2bf5b385ed