Skip to content

[SF][Slider][FireFox]: [The change of the slider will activate the rowClick of the table] #11279

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

Open
1 task done
tandan0813 opened this issue Apr 8, 2025 · 2 comments
Open
1 task done
Assignees
Labels
bug This issue is a bug in the code SAP SF TOPIC TBL

Comments

@tandan0813
Copy link

Bug Description

Bug Description
Please refer the isolated environment:
https://stackblitz.com/edit/github-6fwjgfte?file=src%2FApp.tsx

When adjusting the slider within a table cell, the table's rowClick event is also triggered.
In the isolated environment, an alert will be displayed when the slider value changes

Affected Component

Slider

Expected Behaviour

No response

Isolated Example

No response

Steps to Reproduce

No response

Log Output, Stack Trace or Screenshots

No response

Priority

None

UI5 Web Components Version

2.8.0

Browser

Firefox

Operating System

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.
@ilhan007
Copy link
Member

ilhan007 commented Apr 8, 2025

Hello @SAP/ui5-webcomponents-table could you take over.

This issue is a follow up of this one #10862 that has been resolved, but it still present on FIrefox.

@aborjinik
Copy link
Contributor

aborjinik commented Apr 10, 2025

@ilhan007 if the handle of the slider is pressed it works as expected but if the progress line of the slider is pressed then the active element is not the slider anymore; for the click handler of the table the document.activeElement is the body and it seems like this happens only on FF. So for the table, the click event is not coming from an interactive element, in this case, like you pressed on a text node, we move focus to the row and trigger the row-click event.
@SAP/ui5-webcomponents-topic-rl could you please have a look from the slider perspective why this happens? As far as I could test this issue does not happen for other components.

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 SAP SF TOPIC TBL
Projects
Status: New Issues
Development

No branches or pull requests

5 participants