#31877 closed defect (bug) (duplicate)
Sorting an expanded widget doesn't update the `.widget-action` triangle
| Reported by: |
|
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)
Change History (7)
#1
@
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.
#3
in reply to:
↑ 2
@
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.
Note: See
TracTickets for help on using
tickets.
patch from src