1) Media Library -> All Categories in List View: Clicking “Add New” takes me to media-new.php
but
Media Library -> All Categories in Grid View: Clicking “Add New” opens the uploader there on the screen.
Is this an intentional difference, or perhaps part of the problem?
That’s how WordPress functions on its List and Grid views, regardless of our Plugin’s usage. If you believe otherwise, deactivate Media Library Organizer, repeat your debugging steps and you’ll note the same behaviour.
Media Library -> Some Category in Grid View: The file uploads, but does not render on the screen. async-upload.php returns a status of 200 with a bunch of json including what looks like the html that it should write to the screen, but it just doesn’t. There’s no error message, and no javascript errors or other messages are logged to the console.
The uploaded attachment is not categorized on upload. Therefore, the category filter rightly shows attachments matching the chosen category i.e. it will not show the uploaded attachment. The attachment does, however, upload, and removing said category filter (i.e. accessing ‘All Media Categories’) will show said attachment.
Also of note, is that the image is NOT tagged with the category I was currently browsing, when it really feels like it should be. That is, if I’m currently filtering by “Animals -> Farm Animals” and click “Add New”, I would fully expect my upload to go “into” the category/folder I was browsing.
Correct. We may consider adding this feature to the next update. If so, expect to see this on Thursday 22nd October 2020 23:59 UTC, no sooner.