-
Notifications
You must be signed in to change notification settings - Fork 79
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
UI inconsistency/unintuitive: having to click 'Details' to *edit* details (why not just load editable form in the first place?) #1209
Comments
I wish it was that simple. This modal is also used in many context where the user has to provide context information like when inserting an image in a WYSIWIG. You also end up with somewhat ambiguous interaction .. if you click the "insert file" button in your upload field, you're would also be updating its data. You could also end up confusing some user who might not realise that they are actually updating the source file when changing that data. |
OK, well I think the main Ui problem is that the read-only 'looks' too editable. So then I'd propose to fix this the other way around; make the 'read-only' image data not look like a form/formfields. Either just show the data as regular info text? (this would also be a better context for an 'edit details' button imo, below the actual details instead of in the modal header where clients tend to overlook it) OR: make a clear separation of 'image data' and 'placement settings'? |
This area definitely needs a re-think, it's quite confusing in multiple ways at the moment. @micschk's suggestion to just display the details as text instead of read-only fields does actually sound like it would go a long way to improving this. But in the meantime, can we please just rename the button to "Edit Details"? #1116 |
Revisiting this issue as it gets mentioned over and over by clients.
It actually can be that simple if we make it that simple instead of looking for complications and exceptions to 'fix'.
Yes, it is. See previous comment, main point is that you simply need to 'containerize' and label the fields/displayed data appropriately. Then users know what areas their changes affect, solution is really as simple as that.
I'd argue it currently is way more ambiguous (eg not being able to edit details in an editable-looking form, no way to actually edit the details when the modal gets loaded from an Uploadfield). It actually has not been possible for editors to perform the simple task of updating say an image title where they'd expect to be able to, for quite a while.
Still better than not being able to edit details at all. |
I like this, and feel it solves many of the issues (at least until a more significant rethink is undertaken), without any downsides? It:
May I suggest we also change the label of the green button while we're at it, as "Update file" seems misleading when it's actually updating the placement of it, and not the file itself. Maybe just "Update"? |
@purplespider sounds all good to me, Once the "Details" link has been changed, we can perhaps make a decision around whether the readonly fields should be plain text for the Uploadfield or see if we can navigate people straight to the editable fields:
|
I've put this in the CMS 6 milestone. There's a lot of related/interdependent questions I would be keen to address as well:
|
See also: #1116
Right now when you click the 'eye' icon on an uploadfield, a file selection/view modal will open. In this modal, the currently selected file/image is shown in sort-of-preview mode. That is, it is basically 1:1 the 'edit' formfields, but in read only mode. I've clicked maybe over a hundred times on one of the shown fields in order to edit some file detail, only to find I needed to click 'Details' first in order to deactivate read-only mode.
I guess this initial read-only mode is meant as a sort of preview mode, but it looks 99% identical to the editable version. Besides the button not being very obvious UI-wise and the term 'Details' not indicating edit me, I cannot actually think of a reason why it would provide value to have read-only mode instead of just 'edit if you need to' mode (which is the mode when 'opening' files via the regular asset admin interface). It's basically just one extra step to click the edit button (two if you count the click on the read-only form field).
I'd like to propose to just load the editable version by default and get rid of the read-only mode altogether.
This would coincidentally also fix/prevent some outstanding issues:
AND provides (what I'd consider) a better solution when also using FocusPoint module (currently this also looks 'clickable' but also requires 'edit details' first, which I find it still unintuitive & burdensome as clients keep mentioning it seems broken).
The text was updated successfully, but these errors were encountered: