setOnRowSelectHandler does not trigger when content of cell

Given the following html code:

<![CDATA[ abc

cde
def ]]>

Result : The onRowSelectHandler triggers for “abc” but not for “cde”.
Solution : Can anybody help me finding a solution besides dropping the table tag?