Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#22488 closed defect (bug) (fixed)

Upgrade to 3.5 beta 3 distorts existing galleries

Reported by: rcamies Owned by: koopersmith
Priority: normal Milestone: 3.5
Component: Gallery Version: 3.5
Severity: major Keywords:
Cc: Focuses:

Description

After updating to 3.5 beta 3, editing existing galleries in previous posts brings up a screen with photo's from multiple posts and does not allow reordering by drag and drop.

  • tested in Win 8 and ipad, with IE10, Firefox and safari
  • tested on both single and multisite installs

it appears when looking at the text of the post that galleries existing in old posts do not have a "ids=" tag, while the new ones do.

New galleries work properly, it's only existing ones that get messed up when editing after upgrading to 3.5 beta 3

Change History (5)

#1 @SergeyBiryukov
14 years ago

  • Milestone Awaiting Review3.5

Confirmed.

#2 @koopersmith
14 years ago

Confirmed. To fix this, we need to bust the gallery query props (namely orderby, to unset the comparator) after the query completes so the sortable property will engage.

#3 @nacin
14 years ago

  • Owner set to koopersmith
  • Status newassigned

#4 @rcamies
14 years ago

  • Cc rcamies added

#5 @koopersmith
14 years ago

  • Resolutionfixed
  • Status assignedclosed

In 22713:

Media: Allow all galleries to be sortable. fixes #22488, see #21390.

Note: See TracTickets for help on using tickets.