-
Notifications
You must be signed in to change notification settings - Fork 133
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
[BUG] fd-avatar-group focus, overflow bugs #12369
Comments
As for point c) I found the way how to customize overflow popover inside fd-avatar-group, but have a question, is it possible to close this popover? We need to display a cross icon inside the popover, that closes it |
|
@khotcholava where can i see your PR? What about point B? Can you elaborate more your comment about point A? |
@egorwow70 regarding point C you can use @khotcholava I guess you can open PR for the others: |
…hancements Closes [#12369](#12369) ## Description - Fixed focus bug where focus remained on the first avatar group control after interacting with the second one. - Fixed rendering issue where only "+n more" button displayed after switching tabs instead of the full avatar group row. - Added feature to open group popover from the center of the avatar group. - Added configuration option to make "+n more" button circular to match avatars typically being in circle shapes. - Introduced property to set the number of visible avatars before displaying the "+n more" button.
Hello, Deno. Our team is really interested in those fixes, I see that you attached a November 2024 label, do you know when those fixes will be released? |
@egorwow70 @khotcholava is working on that ticket and we should be able to fix it anytime now. |
Imagine this scenario: I have a group of multiple avatars. When I click on the first avatar, its associated popover opens. If I then click on the second avatar and close its popover, the focus stays on the first avatar. Is this the expected behavior? |
@nikolay-kolarov Can you advise us in this question? |
Is this a bug, enhancement, or feature request?
Couple of bugs connected to fd-avatar-group component from fundamental-ngx/core library.
Control - https://docs-0-49--fundamental-ngx.netlify.app/#/core/avatar-group.
Describe your proposal.
I think it should be fixed on the library side.
Can you handle that on the application side
No.
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
a) Bug with focus:
b) Bug with switching tabs and avatar group control rendering:
c) Not a bug, but a feature request
Is it possible to hide a standard avatar group item details popover header? But then we need access to navigate between group and item views
I found the way how to custom the body of the popover with <ng-template #details>, but didn't find the way how to hide this header
d) Not a bug, but a feature request
Is it possible to open group popover from the center of the avatar group?
Like this:
e) Not a bug, but a feature request
Is it possible to make +n button in circle shape, because avatars are mostly used with circle type? Maybe via configuration prop is the best choice for it
design:
f) Not a bug, but a feature request
Is it possible to have a property to set the number of visible circles? we have a strict requirement to display 5 avatars and after +n button
design:
Please provide stackblitz example(s).
Link - https://stackblitz.com/edit/uy2qbh?file=src%2Fapp%2Fdynamic-page-tabs-example.component.html.
Did you check the documentation and the API?
Yes.
Did you search for similar issues?
Yes.
The text was updated successfully, but these errors were encountered: