#21247 closed enhancement (fixed)
Enlarge click target for widgets in right sidebar areas
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | has-patch |
| 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)
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.
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [21281]:
comment:5
SergeyBiryukov — 10 months ago
- Milestone changed from Awaiting Review to 3.5
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.