Opened 11 years ago
Closed 11 years ago
#26327 closed defect (bug) (fixed)
Available Widgets and Inactive Widgets boxes should not be collapsible
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Widgets | Keywords: | has-patch 2nd-opinion |
Focuses: | ui | Cc: |
Description
In 3.7, "Available Widgets" and "Inactive Widgets" were collapsible boxes, same as widget areas.
In 3.8, "Available Widgets" and "Inactive Widgets" no longer look like collapsible boxes. However, they are still collapsible, and there's an odd arrow icon on the right (see the screenshot).
I guess the boxes should not be collapsible if they are not supposed to be.
Attachments (5)
Change History (17)
#2
@
11 years ago
The only visual differences between these boxes and other collapsable boxes are:
- font size
- padding
- border-bottom: 1px solid #eee.
I think the font size and padding are probably appropriate given the context; would adding back a bottom border to the sidebar name fix this?
#3
@
11 years ago
I need to work on my reading comprehension; I see that this refers to inactive and available widgets only. I agree that these either need standard container styling or they need to be made non-collapsable.
#4
@
11 years ago
I would lean non-collapsing, as I don't see a hugely compelling reason to collapse available and inactive.
#6
@
11 years ago
- Owner set to iammattthomas
- Resolution set to fixed
- Status changed from new to closed
In 26593:
#7
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
[26593] won't work for non-English.
#10
@
11 years ago
Working on a patch now to allow these arrows to still exist, but appear only on hover.
In the process, I found the /* Show the arrow only on hover */
comment and I'm confused by it. It appears to be wrong.
Or, if they are supposed to be collabsible (e.g. for quicker access to the "Inactive Widgets" box), the UI should make that obvious.