If you can reduce the problem down to the bare essentials, and put it in a jsfiddle.net, more people will be able to take the time help.
On Thu, Feb 10, 2011 at 11:05 AM, hamburger <[email protected]> wrote: > Hello I found that :contain do not work correct. > i'am using the following code: > > taaaa = this.get('text'); > $$('#theTable td:contains("'+taaaa+'")').setStyle('color', myColor); > > in some cases it marks the text others not. > if you klick on IE7 or WinXP it works in the correct way. (on most > other text to). > It set the same text-color to all cells with the same content. > > if you click in my example-Table on "kein JS Referer" it do not mark > the others with the same text. > (also on 10. Februar 2011 - 12:11:28) > > example here: > http://www.party.opteynde.com/test.html > > i do not have any explanation for this behavior. > > the table-content is written by PHP > console.log is set.
