Currently the Fields section has a dropbutton with these options
- add
- sort
- delete
Selecting either "sort" or "delete" shows an overlay with the ability to rearrange the fields or delete them. The only difference is the h2 title of the overlay. So having 2 distinct options in this dropbutton is unnecessary.
I would suggest just two options would be cleaner
- add
- edit
then the displayed overlay could have an h2 title of "Edit fields" rather than the current "Rearrange fields" and "Delete fields"
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 1150652-simplilfy-dropdown.patch | 7.47 KB | dawehner |
| #5 | 1150652-simplilfy-dropdown.patch | 7.99 KB | dawehner |
| #3 | 1150652-simplilfy-dropdown.patch | 7.47 KB | dawehner |
Comments
Comment #1
merlinofchaos commentedYeah, I'm not sure what happened there. Jeff's original design wanted them to be distinct, though I fought against that.
I think we should just remove one of them. I personally never understood why to make them separate when they are so fundamentally similar.
Comment #2
tim.plunkettsub
Comment #3
dawehnerHere is a patch for it.
All things are still working from my perspective.
Renamed sort to rearrange.
Comment #4
tim.plunkettThis has
text-transform: lowercaseapplied anyway, so to match the rest it should be "Rearrange".Otherwise it looks great to me.
Comment #5
dawehnerUpdate the patch
Comment #6
dawehnerUpdate patch something between was added.
Comment #7
tim.plunkettTested, works great. Much clearer and easier.
Comment #8
Anonymous (not verified) commentedIs "Rearrange" a broad enough term for the page that is shown? I know you can delete fields by clicking into them from the top level but personally "Rearrange" indicates to me the ability to reorder fields but doesn't give me a clue that it is also a quick way to delete fields.
I understand that "Rearrange" is used on other dropbuttons but would question whether these would also be better described as "Edit"?
Comment #9
bojanz commentedTo me, Edit is the operation that I do when I click on a field. Rearrange is better. No solution will be clear enough, in any case...
Comment #10
merlinofchaos commentedI agree, 'Edit' is a step backward.
Comment #11
Anonymous (not verified) commentedBut what if you only have one field? The options previously were
- add
- delete
will it now be
- add
- rearrange
Comment #12
dawehnerRearrange will be always availible if you have more than one, this is part of the patch.
Comment #13
dawehnerRearrange will be always availible if you have more than one, this is part of the patch.
Comment #14
Anonymous (not verified) commentedSure, but if you only have one field, will it just be
- add
and no rearrange?
Comment #15
dawehnerIt will be add and rearrange because you should be able to delete it without the need to go to a specific field.
That's at least for me logical.
Comment #16
Anonymous (not verified) commentedJust raising these points -
Regardless of how many fields there are:
"rearrange" indicates the ability to sort fields but it isn't obvious that the user will also be able to delete fields by clicking this option.
If there's only 1 field:
"rearrange" doesn't make sense as an action since you can't sort a single field...
That's why I was suggesting "edit" as a more generic action that doesn't suffer from these problems. I don't think there's a confusion between editing the group of fields (to rearrange and delete them) and clicking on a single field since there would be only one "edit" within that section. When you click on a single field, it's just a direct link anyway and the next page heading says "Configure Fields:xxxx".
Comment #17
dawehnerIn general i would expect to edit the fields when i click edit. But you can't edit them, but just remove/sort around.
Comment #18
Anonymous (not verified) commentedThe "edit" option would be hidden away in the dropbutton anyway (assuming javascript is enabled) so I don't think that's a problem. You're editing at the group level to reorder and delete rather than configuring individual fields.
Comment #19
merlinofchaos commentedCommitted and pushed.