#21247 closed enhancement (fixed)
Enlarge click target for widgets in right sidebar areas
Reported by: | lessbloat | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description
When widgets have been dragged to a sidebar, the only way to see the widget details is to click the tiny arrow on the right side of the widget.
Two out of the three users we tested had troubles figuring this out. See:
- 17:36 of this user test
- 8:50 of this user test
We should probably look at expanding the click area outside of the tiny little arrow on the right.
Attachments (3)
Change History (8)
#2
@
12 years ago
Thinking that should be the same for all widgets, not just in the sidebars on the right. That would make the widgets consistent with the postboxes open/close. 21247-3.patch also removes use of .live()
as it's deprecated.
Note: See
TracTickets for help on using
tickets.
RE: 21247.diff
Expands the click area to the entire widget vs. just the arrow on the right. Prefixing .widget with #widgets-right limits this functionality to widgets in the right column.