Henning Nöth created TOBAGO-2322:
------------------------------------
Summary: Click on an input field inside a sheet should select row
Key: TOBAGO-2322
URL: https://issues.apache.org/jira/browse/TOBAGO-2322
Project: MyFaces Tobago
Issue Type: Bug
Components: Core, JavaScript
Affects Versions: 6.4.0, 5.12.0
Reporter: Henning Nöth
This issue is in conflict with
https://issues.apache.org/jira/browse/TOBAGO-2263.
The solution should be to revert
https://issues.apache.org/jira/browse/TOBAGO-2263 and users have to use the
stopPropagation attribute of tc:event.
To stop a click event on tc:in inside a tc:sheet, use:
{code:xml}<tc:column label="Name">
<tc:in>
<tc:event event="click" stopPropagation="true" omit="true"/>
</tc:in>
</tc:column>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)