#26748 closed defect (bug) (fixed)
Widget's arrow does not change between open or closed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description
Although the arrows for the sidebars change between open and closed (arrow points up when sidebar is open, and points down when sidebar is closed), it does not work the same for any widgets that are in a sidebar. The arrow is consistently pointing down, regardless of the widget being open or closed.
Reproduce: in APPEARANCE -> WIDGETS, drag any widget to any sidebar, then click on the arrow to open/close the widget and see it's settings. The arrow will remain pointing down.
Expected: arrow points down when widget is closed and arrow points up when widget is open.
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
I tested the 26748.diff patch, and it seems to work well.
One thing I noticed while working with widgets (in both personal experience and with some user tests) is that its not obvious which widgets are "opened" — having the arrow change direction helps, but I think changing the background color of the .widget-top would make it instantly noticeable.
26748.2.diff does just this — I wanted to make the opened .widget-top use the current color scheme's highlight color, so I used some JS to grab this color from the menu. Its a little hacky, but it we like it, we could replace the JS trickery by updating the color scheme component.