Skip to content

New LazyLoad feature does not play well with dynamic title.  #298

@PolarbearDK

Description

@PolarbearDK

First of all, kudos to the new lazy load feature. Great stuff!

There is however a problem if you have the following options

{
    fixedTitle: false, 
    dynamicTitleMaxItems: 2, // Any value greater than 0 (0 is a workaround).
    isLazyLoad: true,
}

The problem is that only the selected items that is visible right now is displayed in the dynamic title.

Reproduced using Lazy loading Plunker:

  • set msSettings.fixedTitle = false
  • Run plunker and check first two countries
  • Search for "cuba"

The dynamic title is now blank.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions