You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: