Hello,
I entered a dblClick clientListener in a af:table.
<af:clientListener method="myMethod" type="dblClick"/>
My Jdeveloper ADF version is: 12.2.1.3
By double clicking, the word in the cell is highlighted and the listener is not executed.
If I double click outside the word (still remaining inside the cell) it works.
This did not happen in 11.1.2.1 version.
I add that putting a clientListener for each inputText of the table is not feasible.