Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#17208 closed defect (bug) (fixed)

Bulk edit from bottom button doesn't bump you up to edit area

Reported by: jane Owned by: westi
Priority: normal Milestone: 3.2
Component: UI Version: 3.1
Severity: normal Keywords: needs-patch
Cc: Focuses:

Description

If you go down a list of posts, pages, etc checking boxes, then choose Edit and click Apply at the bottom of the list table, the bulk editing layer opens, but you're not bumped back up to the top, so you can't see it.

Desired action: clicking apply opens the layer AND scrolls the screen back to the top.

Attachments (3)

17208.diff (532 bytes ) - added by greuben 15 years ago.
17280.2.diff (558 bytes ) - added by greuben 15 years ago.
17208.3.diff (536 bytes ) - added by greuben 15 years ago.

Download all attachments as: .zip

Change History (11)

#1 @scribu
15 years ago

Wouldn't it be even better if the bulk editing layer openend on the spot?

#2 @scribu
15 years ago

Nevermind, I was thinking of quick edit, for a single post.

#3 @nacin
15 years ago

  • Milestone Awaiting Review3.2

Should be a small patch.

@greuben
15 years ago

#4 @greuben
15 years ago

  • Keywords has-patch added

#5 @westi
15 years ago

  • Keywords needs-patch added; has-patch removed

I can't get this patch to work even after mangling it to get it to apply to the current inline-edit-post.dev.js file.

@greuben
15 years ago

#6 @westi
15 years ago

I think I know why this doesn't work for me - Admin Bar enabled in the admin means that this does scroll but not enough to make the form completely visible (with both patches)

#7 @westi
15 years ago

Note I am testing in FF 4 on OS X

@greuben
15 years ago

#8 @westi
15 years ago

  • Owner set to westi
  • Resolutionfixed
  • Status newclosed

In [18146]:

Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.

Note: See TracTickets for help on using tickets.