Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui5-table row-click event #11159

Open
1 task done
amaillard-sap opened this issue Mar 21, 2025 · 1 comment
Open
1 task done

ui5-table row-click event #11159

amaillard-sap opened this issue Mar 21, 2025 · 1 comment
Labels
bug This issue is a bug in the code High Prio TOPIC TBL

Comments

@amaillard-sap
Copy link

Bug Description

The row click event is fired when clicking for the first time on the action overflow button

Affected Component

ui5-table

Expected Behaviour

The row click event is not fired when clicking the action overflow button

Isolated Example

https://stackblitz.com/edit/js-vr8y4tub?file=index.js,package.json,index.html,style.css

Steps to Reproduce

  1. Create table with some table-row-action (more action than the number specified in row-action-count property)
  2. Click the overflow button
  3. check the row-click event was fired

Log Output, Stack Trace or Screenshots

Image

Priority

Very High

UI5 Web Components Version

2.8.0

Browser

Chrome

Operating System

No response

Additional Context

This introduce a major regression on our tables (clicking on element does navigate to another page).

Organization

SAP - SPBA

Declaration

  • I’m not disclosing any internal or sensitive information.
@amaillard-sap amaillard-sap added the bug This issue is a bug in the code label Mar 21, 2025
@hinzzx hinzzx self-assigned this Mar 24, 2025
@hinzzx
Copy link
Contributor

hinzzx commented Mar 24, 2025

Hi colleagues,

The reported issue is clearly observable in the provided snippet.

The issue is that when a table is created "with some table-row-action (more action than the number specified in row-action-count property)" and a overflow button is present, clicking the overflow button the first time fires a row-click event which is not the desired behaviour, since in the reporter's scenario clicking on a row, navigates to another page.

Could you, please check if this is intented ?

Best Regards,
Stoyan

@hinzzx hinzzx removed their assignment Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug in the code High Prio TOPIC TBL
Projects
Development

No branches or pull requests

2 participants