#15205 closed defect (bug) (fixed)
Disable front static page dropdowns via JS
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | 3.1 |
| Component: | UI | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We should disable via JS the "Front page" and "Posts page" dropdowns when "Latest posts" is selected.
Better UX, less confusion for the user.
Attachments (3)
Change History (14)
koopersmith
— 3 years ago
comment:4
duck_
— 3 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Just me or is this working the wrong way around? Should it be:
selects.attr('disabled', staticPage.is(':checked') ? '' : 'disabled');
comment:6
jane
— 11 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
In 3.4, dropdowns are showing when blog posts selected.
comment:7
jane
— 11 months ago
- Keywords needs-patch 3.5-early added; ux-feedback removed
While we're in there, can we change Front Page to Home Page? Most users say home, not front.
JustinSainton
— 11 months ago
comment:8
JustinSainton
— 11 months ago
Patch attached for the lingo change. However, I'm still experiencing the fields being disabled if the 'latest posts' option is checked, which appears to be the original intended solution for this ticket. Are you intending for them to be disabled and hidden, or just disabled?
comment:9
nacin
— 11 months ago
As this ticket was closed as fixed on a long-closed milestone, I'm going to close this in lieu of #16379.
comment:10
nacin
— 11 months ago
- Resolution set to fixed
- Status changed from reopened to closed
comment:11
SergeyBiryukov
— 11 months ago
- Keywords needs-patch 3.5-early removed
Disable the two dropdowns unless "a static page" is selected.