Opened 6 years ago
Closed 6 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)
Change History (4)
comment:1 by , 6 years ago
Easy pickings: | unset |
---|---|
Has patch: | unset |
by , 6 years ago
Attachment: | admin-toggle-proposal.png added |
---|
comment:2 by , 6 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 , 6 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | Move fieldset toggle to the right → Move 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.
Can you explain the why? Some screenshots would be useful.