Opened 5 years ago

Closed 5 years ago

#30146 closed Cleanup/optimization (wontfix)

Move change form fieldset toggle to the right side

Reported by: Pascal Polleunus Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

Basically…
In collapse.js, remove lines 28 and 30.
In forms.css, for fieldset .collapse-toggle, add float: right; after line 233.

Attachments (1)

admin-toggle-proposal.png (18.7 KB ) - added by Pascal Polleunus 5 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Tim Graham, 5 years ago

Easy pickings: unset
Has patch: unset

Can you explain the why? Some screenshots would be useful.

by Pascal Polleunus, 5 years ago

Attachment: admin-toggle-proposal.png added

comment:2 by Pascal Polleunus, 5 years ago

I think that from a UX point of view, the expand/collapse toggle is better located on the right… and usually is.
The text "show/hide" could also be replaced with "+/-" or "▼/▲).

PS: Sorry, I initially planned to submit a patch but then didn't ;-)

comment:3 by Tim Graham, 5 years ago

Resolution: wontfix
Status: newclosed
Summary: Move fieldset toggle to the rightMove change form fieldset toggle to the right side

I think there would be some debate on this. I prefer the current design because you don't have to move your mouse to the right side of the screen to do the toggling. You could write to the DevelopersMailingList to get other opinions.

Note: See TracTickets for help on using tickets.
Back to Top