Bug Tracker

Modify

Ticket #3886 (closed bug: worksforme)

Opened 4 years ago

Last modified 4 years ago

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:
Blocking: Blocked by:

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?

Change History

comment:1 Changed 4 years ago by john

  • Status changed from new to closed
  • Resolution set to worksforme

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!

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.