Open dhivya910 opened 1 year ago
Hello @dhivya910, thank you for using fundamental-ngx! The fundamental-ngx team will triage your issue as soon as possible.
the markup doesn't match fundamental styles. We need to revisit the grid list in NGX.
Hi @droshev Is there any update regarding this issue?
@droshev Is there any update on the issue? Issue is still reproducible, Stackblitz link: https://stackblitz.com/edit/8xrmb3?file=src%2Fapp%2Fgrid-list-dnd-example.component.html
Is this a bug, enhancement, or feature request?
This is a bug
Describe your proposal.
The space between the items in grid list (padding of the grid list item) is clickable. The expected behavior is that only the grid list item should be clickable, not the padding between them. (Reference - https://sap.github.io/fundamental-ngx/#/core/grid-list | mode- none). A video of the issue is attached below for your reference.
https://github.com/SAP/fundamental-ngx/assets/67852219/18dd36f1-d1f5-4089-b1c3-2a34b735f0fa
Can you handle that on the application side
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version.
angular : 16.2.8 fundamental-ngx : 0.45.1
If this is a bug, please provide steps for reproducing it; the exact components you are using;
Click the padding between the grid list items. The padding is clickable, and it navigates inside the grid list item.
Did you check the documentation and the API?
Yes
Did you search for similar issues?
Yes