You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2024. It is now read-only.
In cases when many loose assets (or a few assets with really long names) are deleted at once, the confirmation dialog can overflow beyond the viewport. This behavior obscures the dialog choices and leaves the user with no evident option to proceed.
To Reproduce
Create a new project in the ct.js app (v5.1.0)
Visit the Assets page
Click the "New Asset" button
Select "Built-in asset gallery"
Find and select "Kenney's Platformer" in the asset gallery
Click the "Import all" button
Return to the Assets page
Shift-click the first item in the Assets list
Scroll down and shift-click the last item in the Assets list
Right-click any highlighted asset and select "Delete"
Expected behavior
The list is displayed within a scrolling container with limited height and could potentially be truncated beyond N items.