Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-2322

Click on an input field inside a sheet should select row

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.12.0, 6.4.0
    • 5.13.0, 6.5.0
    • Core, JavaScript
    • None

    Description

      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:

      <tc:column label="Name">
        <tc:in>
          <tc:event event="click" stopPropagation="true" omit="true"/>
        </tc:in>
      </tc:column>

      Attachments

        Activity

          People

            hnoeth Henning Nöth
            hnoeth Henning Nöth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: