Opened 12 years ago
Closed 12 years ago
#8063 closed bug (fixed)
input[id^=] returns opposite results in 1.4.4
Reported by: | Jacob Jonas | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | selector | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
input[id^=]
prior to 1.4.4 used to return the same results as
input[id]
but doesn't any more.
This is the complete opposite as it now returns elements with an empty attribute whereas prior to 1.4.4 it returned elements which had a non-empty attribute.
Change History (1)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | 1.next → 1.5 |
Priority: | undecided → high |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project by writing a bug report. The next time please also provide a test case as described in : How to report bugs
This has been fixed by the fix for #6093. I made this quick test case which shows the same behavior as jQuery < 1.4.4 .
Please report back if this is fixed for you too with the 1.5rc1 release.