Side navigation
#3886 closed bug (worksforme)
Opened January 16, 2009 07:59AM UTC
Closed January 19, 2009 10:27PM UTC
Selector *= broken in Safari 3.2 and Chrome 1.0
Reported by: | itplayer | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | selector | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
HTML Page DTD Type is declared as following
<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.1EN" "http:www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Javascript Code as following
$("#fp > option[text*='"+subject+"']").size();
return is 0 in Safari and Chrome but it sholud be 1
Where #fp is a <select>...</select> object
Works fine in IE7 and FireFox 3.0.5
How can I fix this line or is a bug?
Attachments (0)
Change History (1)
Changed January 19, 2009 10:27PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
I can't duplicate this on my end. If you can come up with a good test case that we can run please re-open the ticket - thanks!