Skip to content

Inifnite scroll on Failed Messages screen results in double initial loads #726

@WilliamBZA

Description

@WilliamBZA

Bug:

When loading all the failed messages for a group, the initial load happens twice if the list of messages is less than the size of the screen. This results in duplicate messages being shown on the first page load. Users have to change the sort order (even changing to the currently selected sort order) to get the messages not to duplicate.

Steps to repro:

  1. Create a failed group with 1 failed message in
  2. Open the failed messages link for that group
  3. See the single message being duplicated

image

The reason this happens is that the infinite scroll is being triggered causing a second request to be fired off before the first one is completed.


Technical information if reporting a bug:

  • ServicePulse version: 1.16.1
  • ServiceControl version: Any
  • Browser version: Any

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions