Make WordPress Core

Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#31877 closed defect (bug) (duplicate)

Sorting an expanded widget doesn't update the `.widget-action` triangle

Reported by: dlh's profile dlh Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.9
Component: Widgets Keywords: has-patch
Focuses: ui, javascript Cc:

Description

On widgets.php, if you expand a widget form, then drag-and-drop the widget, the widget form collapses but the .widget-action triangle doesn't update to match.

The attached patch removes .open from the widget wrapper after the widget is sorted.

Attachments (2)

31877.patch (398 bytes) - added by dlh 11 years ago.
31877.2.diff (410 bytes) - added by MikeHansenMe 11 years ago.
patch from src

Download all attachments as: .zip

Change History (7)

@dlh
11 years ago

@MikeHansenMe
11 years ago

patch from src

#1 @MikeHansenMe
11 years ago

  • Keywords has-patch added

Tested 31877.patch and it works as expected. Nice find. The patch I uploaded just updates to patch to be from the src directory.

#2 follow-up: @helen
11 years ago

Is this new to trunk?

#3 in reply to: ↑ 2 @DrewAPicture
11 years ago

  • Version changed from trunk to 3.9

Replying to helen:

Is this new to trunk?

This appears to have been introduced in 3.9 when toggling the icon upside down was added, so not a regression in trunk.

#4 @dlh
10 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #33578.

Fixed in [34165].

#5 @netweb
10 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.