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.

Reply via email to