Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#29206 closed defect (bug) (fixed)

Media Grid: Edit button breaks when using image navigation

Reported by: ipstenu's profile Ipstenu Owned by: wonderboymusic's profile wonderboymusic
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Media Keywords: needs-patch
Focuses: javascript Cc:

Description

Discovered by Adevade

To reproduce:

  1. Go to Media Library in grid mode
  2. Click on image to see it full sized
  3. Click on button Edit Image below picture
  4. Click on button with arrow for Next or previous image in top right corner of window (there is no need to actually edit the image)
  5. The new image opens in view mode, as expected, however the 'Edit' button no longer works

original report https://wordpress.org/support/topic/media-library-edit-image-bug

Change History (2)

#1 @wonderboymusic
10 years ago

  • Focuses javascript added
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to 4.0
  • Version set to trunk

Edit Image JS is fighting with Backbone, really annoying. Looking.

#2 @wonderboymusic
10 years ago

  • Owner set to wonderboymusic
  • Resolution set to fixed
  • Status changed from new to closed

In 29483:

Media Grid: treat Edit Image like a mode, which it is, instead of a state, which it is not.

Fixes #29206.

Note: See TracTickets for help on using tickets.