Side navigation
#12361 closed bug (fixed)
Opened August 21, 2012 06:31AM UTC
Closed September 20, 2012 02:24PM UTC
seleter has bug
Reported by: | linhang87@163.com | Owned by: | linhang87@163.com |
---|---|---|---|
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
Attachments (0)
Change History (5)
Changed September 05, 2012 07:34AM UTC by comment:1
Changed September 05, 2012 02:23PM UTC by comment:2
component: | unfiled → selector |
---|---|
owner: | → linhang87@163.com |
priority: | undecided → low |
status: | new → pending |
Changed September 07, 2012 03:08PM UTC by comment:3
status: | pending → new |
---|
IE8 and IE9 compatibility mode, you will find this BUG
Changed September 08, 2012 04:06PM UTC by comment:4
cc: | → timmywil |
---|---|
status: | new → open |
version: | 1.8.0 → git |
Confirmed in IE8: http://gyazo.com/c26b34642de85b7885cbea35b9d31169 I think. Is the selector valid?
Changed September 20, 2012 02:24PM UTC by comment:5
milestone: | None → 1.8.2 |
---|---|
resolution: | → fixed |
status: | open → closed |
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.