Side navigation
#5582 closed bug (fixed)
Opened December 02, 2009 01:14PM UTC
Closed December 20, 2009 06:27AM UTC
jquery.is(':attribute') always returns true for attributes it doesn't know about
| Reported by: | dwt | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | selector | Version: | 1.4a2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Which led me to a whild goose bug chase for the last hour.
Here's an example, to see it just run it in any browser with a console object.
Attachments (1)
Change History (3)
Changed December 02, 2009 01:15PM UTC by comment:1
Changed December 03, 2009 01:04AM UTC by comment:2
So
.is(":vsble") can return true, return
false, or throw an error. What value/behavior are you proposing? At the moment there are few if any situations where jQuery intentionally throws an error back to the caller.
Changed December 20, 2009 06:27AM UTC by comment:3
| component: | unfilled → selector |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
| version: | 1.3.2 → 1.4a2 |
Fixed, throws an exception now.
http://github.com/jeresig/sizzle/commit/b719e9b7a277c0e2b10132395811574e31161a90
Ah yes, I was searching so madly, because I hat miswritten :visible as :visble....