-
Notifications
You must be signed in to change notification settings - Fork 272
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-avatar: click event triggler twice when it's interactive #2943
Comments
The avatar indeed fires the click event twice. However, with proper debouncing the impact of this behaviour on the application side could be significantly improved. |
Hi @d3xter666 , |
Hi @JosephineSu the issue is dispatched to the responsible team. They are processing the issues by priority When you file an issue, a bug, nobody can say when the issue will be resolved, however we make our best to fix them as soon as possible. It's just that this is not the only issue. @SAP/ui5-webcomponents-topic-p could you take a look of the issue. |
Ok, got it. Thank you. |
We used to fire a custom event, but did not stop the native one and end up firing two "click" events. Now, the native one is stopped properly (we need to fire the custom one, so the noConflict ui5-click is also fired). FIXES: #2943
We used to fire a custom event, but did not stop the native one and end up firing two "click" events. Now, the native one is stopped properly (we need to fire the custom one, so the noConflict ui5-click is also fired). FIXES: #2943
We used to fire a custom event, but did not stop the native one and end up firing two "click" events. Now, the native one is stopped properly (we need to fire the custom one, so the noConflict ui5-click is also fired). FIXES: #2943
Hi @JosephineSu the issue will be included in 0.29.10 and 0.31.2 on 29-30 March |
thanks, Nicely done! |
Describe the bug
When using avatar, setting the value of interactive prop to "true" directly in avatar component, it always triggler twice. In our app, we want to open another tab in window once user click avatar. But actually it will open two new tabs.
To reproduce
Steps to reproduce the behavior:
2.select instance: "MLT - Demo for target-baseline and tb buildin"
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Affected components (if known)
Log output / Any errors in the console
Organization: (if applicable)
Priority: (optional) (Low, Medium, High or Very High)
Setting priority would indicate the importance of the issue
and would help the process of dispatching and processing.
To set the appropriate priority, you need to consider the impact
and if the issue:
High
Note: the priority would be re-evaluated by the issue processors, according to the project internal criterias
Business impact: (mandatory for "Very High")
Hign
The text was updated successfully, but these errors were encountered: