Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#22793 closed enhancement (fixed)

Image Editor is jumpy when opening.

Reported by: eddiemoya's profile eddiemoya Owned by: wonderboymusic's profile wonderboymusic
Milestone: 4.0 Priority: normal
Severity: minor Version: 2.9
Component: Media Keywords: has-patch
Focuses: ui, javascript Cc:

Description

When clicking Edit Image in the attachment editor, there is a flickering - that is, the new stuff gets added to the page before the old stuff has been completely removed, so there is a fraction of a second when the page gets pushed down.

Simple fix. Patch included ( hopefully i created the patch correctly this time :p )

Attachments (3)

image-edit-js.patch (18.9 KB) - added by eddiemoya 12 years ago.
image-edit-js-2.patch (396 bytes) - added by eddiemoya 12 years ago.
Removed the change to the minified javascript.
22793.diff (430 bytes) - added by ericlewis 11 years ago.

Download all attachments as: .zip

Change History (8)

#1 @markoheijnen
12 years ago

You don't need to change the minified script. that will happen automatically

@eddiemoya
12 years ago

Removed the change to the minified javascript.

#2 @nacin
12 years ago

  • Version changed from trunk to 2.9

@ericlewis
11 years ago

#3 @ericlewis
11 years ago

  • Focuses ui javascript added
  • Type changed from defect (bug) to enhancement

Patch freshness. This is good to go.

#4 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 4.0

#5 @wonderboymusic
11 years ago

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

In 28639:

Make the image editor less jumpy when opening.

Props eddiemoya, ericlewis.
Fixes #22793.

Note: See TracTickets for help on using tickets.