[
https://issues.apache.org/jira/browse/TOBAGO-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Nöth resolved TOBAGO-2322.
----------------------------------
Fix Version/s: 5.13.0
6.5.0
Resolution: Fixed
> 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: 5.12.0, 6.4.0
> Reporter: Henning Nöth
> Assignee: Henning Nöth
> Priority: Major
> Fix For: 5.13.0, 6.5.0
>
>
> 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)