- Home
- Forum
- Angular - EJ 2
- Visual glitch when using dropdownbuttons inside listviews
Visual glitch when using dropdownbuttons inside listviews
The visual glitch happens for a brief moment after the datasource of the listview changes, said datasource is an array that ultimately depends on an observable so it's dynamic by nature. Notice that it doesn't happen on the first page render.
As you can see from the image, everything on the list is rendered without a problem, apart from the 'badge' dropdown elements. I have tried many fixes, but my final understanding is that the moment I enable the button, there is always a little delay before its styles are fully loaded.
Is there anything I could try? The glitch, even if it lasts for a fraction of a second, is still annoying because it changes the height of the rows so it affects the entire list. Ultimately, what I'm after is to have a dropdown button at the end of each row
Attachment: Bug_79905f1d.jpg
- Update DataSource: Complete replacement of the data array to simulate observable-based updates
- Add New Items: Dynamic addition of items to existing data to test incremental changes
- Shuffle Data: Reordering existing items to simulate data reorganization
- Clear & Reload: Complete data clearing followed by reloading with content
- 1 Reply
- 2 Participants
-
CD Corrado Di Blasio
- Aug 10, 2025 11:16 AM UTC
- Aug 18, 2025 07:11 PM UTC