Skip to content

markers do not support the idleTimeLimit setting #264

@sh4wnyue

Description

@sh4wnyue

Describe the bug
When I initialized the player with markers and idleTimeLimit configured at the same time, it caused the playback to end, but the playback time bar was not, idleTimeLimit configuration is removed, and the playback works normally.

To Reproduce
Steps to reproduce the behavior:

  player = asciinemaPlayer.create(`data:text/plain;base64,${content}`, playerRef.value, {
       version: 2,
       autoPlay: true,
       idleTimeLimit: 2,
       fontFamily: 'Menlo, Consolas, monospace',  
       theme: 'dracula',  
       markers: [.....] ,
     });

Expected behavior
markers and idleTimeLimit were configured, and the playback screen and time schedule ended at the same time

Versions:

  • OS: windows 11
  • Browser : edge 127.0.2651.105
  • asciinema player: 3.8.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions