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

Rename "Details" button to "Edit Details" #1116

Closed
purplespider opened this issue Jul 13, 2020 · 9 comments
Closed

Rename "Details" button to "Edit Details" #1116

purplespider opened this issue Jul 13, 2020 · 9 comments

Comments

@purplespider
Copy link
Contributor

purplespider commented Jul 13, 2020

Initially reported in original PR: #1038

New in Silverstripe 4.6 is the ability to edit file information directly in the modal.

When adjusting an image in an UploadField, the Details fields are read-only, and the button to make them editable is confusing just labelled "Details":

Screenshot 2020-06-02 at 09 43 37m@2x

A primary use case of this button is when using the FocusPoint module.


The same button exists in a different context when editing a WYSIWYG image:

Screenshot 2020-06-02 at 09 42 07@2x

Here, the Details fields are not visible, so changing it to just say "Edit" would be unclear.


Therefore I suggest renaming it to say Edit Details so that the action is clear in both contexts.

@purplespider
Copy link
Contributor Author

I should mention, that the ideal here is that when adjusting an UploadField image, the details fields are immediately editable, rather than read-only. Then we don't even need to display a button.

@lerni
Copy link

lerni commented Jul 14, 2020

To me click on a button to edit settings that belongs to a file makes sense and therefor just have fields like placement etc. editable is well OK. But "Details" doesn't make clear that you probable edit something that is used elsewhere. I agree "Edit Details" or even "Edit File Settings" would explain that better than just "Details".

@micschk
Copy link

micschk commented Sep 10, 2021

The '(Edit) Details' button isn't shown at all when this same modal gets loaded from an UploadField.
Only a cross is shown, without any label or title or any clue ("Cancel" aria-label, actually unlinks the current image oh wait, it doesn't, even more confusing if you ask me).
Stunning UI 'improvements', all this used to work way more intuitive in a certain earlier versions...

@lerni
Copy link

lerni commented Sep 10, 2021

I've tried to reproduce what @micschk wrote with 4.8.x and 4.9.0-rc1 but either I do not understand or I cannot.

This button?
Bildschirmfoto 2021-09-10 um 12 11 33

I wonder with what versions or other "Environment variables" like language etc. you used, to get that result?

4.8.x

silverstripe/framework (4.8.0)
silverstripe/admin (1.8.0) 
silverstripe/cms (4.8.0)
silverstripe/assets (1.8.0)

4.9.0-rc1

silverstripe/framework (4.9.0-rc1)
silverstripe/admin (1.9.0-rc1)
silverstripe/cms (4.9.0-rc1)
silverstripe/assets (1.9.0-rc1)

@purplespider
Copy link
Contributor Author

@micschk
Copy link

micschk commented Sep 10, 2021

@micschk Maybe you are experiencing this bug?: "(Edit) Details" button only visible if grid shows the page of selected file #1136

Aah, yes that appears to be it! And the issue thread even contains a composer command to pull the fix in... Thanks!

@clarkepaul
Copy link
Contributor

I've left a bit more thoughts on issue #1209, for example not having much space near the file title due to long file names and another idea of having the link in the actions bar at the bottom.

Works a bit better for the Uploadfield experience too as a potential quick fix.
Doesn't resolve the double click to edit for the upload field though, more on that in #1209 as well.

@nathanbrauer
Copy link

nathanbrauer commented Jul 18, 2023

Going back to the original ask of this issue: Rename "Details" to "Edit Details"....

I would argue that this is deserving of a higher impact label seeing as I just spent an hour trying to find a way to enable editing on via UploadField only to finally find these tickets find that "[Icon] Details" actually meant "Edit Details". I'm sure I'm not the only one.

Given how incredibly simple this change should be, do we think we can get this updated soon?

PS: Hi, it's been a while but I'm back :)

@GuySartorelli
Copy link
Member

Closing as a duplicate of #1209 since there's more discussion in that issue.

@GuySartorelli GuySartorelli closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants