Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Bug: standalone gallery freeze while closing picture #252

@andi34

Description

@andi34

Open standalone gallery. Click on a thumbnail to see the full-size image. Close the image.
Gallery freezes.

Problem is inside the photoinit.js:

        gallery.listen('destroy', function () {
            rotaryController.focusSet('#gallery');
        });

Rotary controller is not added to standalone gallery yet.
Rotary Controller should be disabled in standalone gallery or only be used on standalone gallery if enabled.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions