Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#12088 closed defect (bug) (fixed)

Add/Edit Post/Page: Screen Options do not want to remember to show the Page Slug box

Reported by: ickatanet's profile ickatanet Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 2.9.1
Component: Administration Keywords: needs-patch
Focuses: Cc:

Description

Steps to reproduce:

  1. Go to Add New or Edit Page.
  2. Go to "Screen Options" (top right) and click to expand.
  3. Check "Page Slug" checkbox.
  4. Refresh.

Observed: After refresh Page Slug is still hidden.
Expected: Page Slug input box should appear always unless unchecked.

Environment: Firefox 3.6, Internet Explorer 8

Change History (5)

#1 @scribu
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to invalid
  • Status changed from new to closed

This was probably fixed during the custom post type improvements in 3.0.

#2 @ickatanet
15 years ago

  • Cc ickata@… added
  • Priority changed from low to normal
  • Resolution invalid deleted
  • Severity changed from minor to normal
  • Status changed from closed to reopened
  • Summary changed from Add/Edit Page: Screen Options do not want to remember to show the Page Slug box to Add/Edit Post/Page: Screen Options do not want to remember to show the Page Slug box

No, I still reproduce this. Now even on Add/Edit Posts. (Page as well)

Testing on latest nightly build.

#3 @scribu
15 years ago

  • Keywords needs-patch added; admin page slug page-slug edit preferences screen options removed
  • Milestone set to 3.0

#4 @dd32
15 years ago

This is an off-by-1 error.

You can have ALL visible, except for 1, the last one you enable.

If you show the slug, and hide the Author, it'll work as expected.

#5 @dd32
15 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [14065]) Prevent the Slug metabox from being forever hidden when showing all metaboxes. Fixes #12088

Note: See TracTickets for help on using tickets.