Side navigation
#4892 closed bug (invalid)
Opened July 13, 2009 09:47AM UTC
Closed November 16, 2010 04:21AM UTC
1.3.2 selection at select>option have bug
Reported by: | twty1988 | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | selector | Version: | 1.3.2 |
Keywords: | selection select option | Cc: | twty1988@gmail.com |
Blocked by: | Blocking: |
Description
category is select element
//1.2.6.min in IE/FF is ok
$("#category > option[text=market]")
if exist market
$("#category > option[text=market]").length == 1
//1.3.2.min IE is ok,FF exist bug
$("#category > option[text=market]").length == 0
$("#category > option[text=market]") can't return option element