Opened 10 years ago
Closed 10 years ago
#12361 closed bug (fixed)
seleter has bug
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.8.2 |
Component: | selector | Version: | git |
Keywords: | Cc: | timmywil | |
Blocked by: | Blocking: |
Description
$("#dataTable tr[trtype=data]:has('input:checked') td[userType=User]") Returns the result should be 5, 1.7 and below normal, only three data 1.8, 2 and 4 data did not test results: has () bug
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:3 Changed 10 years ago by
Status: | pending → new |
---|
IE8 and IE9 compatibility mode, you will find this BUG
comment:4 Changed 10 years ago by
Cc: | timmywil added |
---|---|
Status: | new → open |
Version: | 1.8.0 → git |
Confirmed in IE8: http://gyazo.com/c26b34642de85b7885cbea35b9d31169 I think. Is the selector valid?
comment:5 Changed 10 years ago by
Milestone: | None → 1.8.2 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Created jsFiddle based on the expression, seems to work fine in IE9, Chrome, and FF
http://jsfiddle.net/hCV69/
If you could branch that fiddle to reproduce your exact issue, that'd be helpful. Please also provide information on the browser & version in question.