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

Can't sort assets once you've selected some #9801

Open
edalzell opened this issue Mar 28, 2024 · 2 comments
Open

Can't sort assets once you've selected some #9801

edalzell opened this issue Mar 28, 2024 · 2 comments
Labels

Comments

@edalzell
Copy link
Contributor

Bug description

When you're in an asset field choosing assets, once you've chosen some, you can't sort (the headers disappear).

This makes choosing additional assets (especially newly uploaded ones) very time consuming.

How to reproduce

  1. Put an asset field in an entry blueprint, set to allow multiple assets.
  2. Choose one asset
  3. Notice you can't sort now

Logs

No response

Environment

Environment
Application Name: Zakat Foundation of America
Laravel Version: 10.46.0
PHP Version: 8.3.3
Composer Version: 2.7.1
Environment: local
Debug Mode: ENABLED
URL: zakat.test
Maintenance Mode: OFF

Cache
Config: NOT CACHED
Events: NOT CACHED
Routes: NOT CACHED
Views: CACHED

Drivers
Broadcasting: log
Cache: statamic
Database: mysql
Logs: daily
Mail: smtp
Queue: sync
Session: file

Statamic
Addons: 11
Antlers: runtime
Sites: 3 (zakat.org (EN), zakat.org (AR), zfinstitute.com (ZFI))
Stache Watcher: Disabled
Static Caching: Disabled
Version: 4.52.0 PRO

Statamic Addons
aryehraber/statamic-captcha: 1.10.0
edalzell/forma: 2.1
jonassiewertsen/statamic-livewire: 2.12.0
statamic-rad-pack/runway: 6.4.1
statamic/seo-pro: 5.4.1
transformstudios/events: 5.3.3
transformstudios/front: 2.0.4
transformstudios/github: dev-main
transformstudios/neon: dev-fix/runway-update
transformstudios/review: 4.1.4
transformstudios/simple: 4.20.3

Installation

Fresh statamic/statamic site via CLI

Antlers Parser

Runtime (default)

Additional details

No response

@jackmcdade
Copy link
Member

jackmcdade commented Mar 28, 2024

Before
image

After
image

@duncanmcclean
Copy link
Member

I've just done a tiny bit of digging into this one. After selecting an item in a listing table, the bulk actions get positioned absolutely & z-indexed on top of the column headings, due to the styles on this line.

If I remove the absolute z-1 styles from that class, it looks like this:

CleanShot 2024-04-03 at 13 25 02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants