passbolt / passbolt_styleguide

Passbolt styleguide, repository of the UI elements and styles for the open source password manager for teams.
https://passbolt.github.io/passbolt_styleguide
GNU Affero General Public License v3.0
32 stars 32 forks source link

Row shading style of passwords alternates when scrolling #34

Closed garrettboone closed 10 months ago

garrettboone commented 1 year ago

Firefox 115

When viewing the /app/passwords path I have more passwords than can show on the screen.

Reproduce:

Inspecting the page shows content of the list is changing and it's at this moment of change that the shading is changing. I think it's related.

Why are the contents of the table changed as the table is scrolled? I checked Network on the app and extension and I don't see any outgoing calls being made (I thought maybe it was a refreshing feature). I am not understanding the rationale, however, maybe if two items were removed at a time instead of one it would not do this?

Benj1er commented 1 year ago

Hello @garrettboone,

Thank you for your report. This issue has been noticed on ours side and a follow-up ticket was created on the internal tracker: PB-24632

Best regards

cedricalfonsi commented 10 months ago

Fixed with the latest versions.

Thanks again for your report @garrettboone