Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carousel or Galleria component autoplay will stop after click any step and can't re-autoplay again #12949

Closed
jhsonlee opened this issue Apr 26, 2023 · 0 comments · Fixed by #12965
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@jhsonlee
Copy link

Describe the bug

Carousel or Galleria component autoplay will stop after click any step and can't re-autoplay again.
<p-galleria [(value)]="images" [autoPlay]="true" [circular]="true" [responsiveOptions]="responsiveOptions" [numVisible]="5" [containerStyle]="{ 'max-width': '640px' }">

<img [src]="item.itemImageSrc" style="width: 100%;" />



<img [src]="item.thumbnailImageSrc" />



image


no matter click any where . autoplay will stop.
can try in the website https://primeng.org/galleria#autoplay

Environment

win 10

Reproducer

No response

Angular version

15.0.2

PrimeNG version

14.2.3

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

15.13

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@jhsonlee jhsonlee added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Apr 26, 2023
volvachev added a commit to volvachev/primeng that referenced this issue Apr 27, 2023
volvachev added a commit to volvachev/primeng that referenced this issue May 23, 2023
volvachev added a commit to volvachev/primeng that referenced this issue May 23, 2023
volvachev added a commit to volvachev/primeng that referenced this issue Jun 12, 2023
@mertsincan mertsincan added Type: New Feature Issue contains a new feature or new component request and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Aug 26, 2023
@mertsincan mertsincan added this to the 16.2.1 milestone Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants