-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Data Views: when trying to bulk edit on a site with many pages, the bulk edit option counts up #63150
Comments
Good catch @annezazu, I think this happens because the permissions of the user need to be checked to make sure the user can execute some action, while the permission checks are in place the count goes up. There are some mitigations:
@WordPress/gutenberg-design any thoughts on the best path forward? |
I suppose this would be indirectly resolved by updating the bulk edit interface as suggested in #63193 (which needs design feedback). The Snackbar select-all affordance is neat! |
This UI has changed and the issue no longer seems to be present. |
When selecting the bulk edit option, the option to select all counts up in situations where you have 20+ pages:
count.up.mov
This gets worse the more pages you have visible and have on your site. This is using WP 6.5.5 & GB 18.7.1 & Chrome on MacOS. You can replicate this using this link (might make you login) which will spin up a playground instance of the site I found this issue on.
The text was updated successfully, but these errors were encountered: