#15205 closed defect (bug) (fixed)
Disable front static page dropdowns via JS
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | lowest |
Severity: | normal | Version: | |
Component: | UI | Keywords: | |
Focuses: | 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)
#4
@
14 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');
#6
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
In 3.4, dropdowns are showing when blog posts selected.
#7
@
12 years 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.
#8
@
12 years 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?
Note: See
TracTickets for help on using
tickets.
Disable the two dropdowns unless "a static page" is selected.