Opened 19 months ago
Closed 19 months ago
#19350 closed defect (bug) (fixed)
"(from previous theme)" remains cut off, and description still needs work
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.3 |
| Component: | Widgets | Version: | |
| Severity: | major | Keywords: | needs-patch |
| Cc: |
Description (last modified by nacin)
http://cl.ly/330B1w1G3i3h0e3l3b2z
Inactive Sidebar (from previous theme)
This is a left over sidebar from an old theme and does not show anywhere on your site
Some good ideas from chrisbliss18 in #17979, comment 117.
Attachments (2)
Change History (24)
comment:2
ocean90
— 19 months ago
I tested it with current trunk and can't reproduce the cut off issue, because the sidebar is now on the left side.
comment:3
follow-up:
↓ 6
nacin
— 19 months ago
This is trunk, 1440 pixels wide: http://cl.ly/0O0B0z3H023S0l2M3m3A.
comment:4
ocean90
— 19 months ago
Mhh, this is a bug I think. IMO the inactive sidebar should be always on the left side: http://cl.ly/C3rb
comment:5
nacin
— 19 months ago
I'm not sure I'd disagree, but not once in testing have I seen them on the left.
comment:6
in reply to:
↑ 3
;
follow-up:
↓ 7
azaozz
— 19 months ago
Replying to nacin:
Is this with a theme that doesn't have any sidebars/no widgets support? If yes it seems like a different issue, don't think we show a widgets screen for themes that don't support them.
comment:8
ocean90
— 19 months ago
Nacin, I can reproduce your screen if I comment all widgets sidebars out, does it makes sense?
comment:9
in reply to:
↑ 7
azaozz
— 19 months ago
Replying to nacin:
No, it's not.
That's strange, there are no "real" sidebars on http://cl.ly/0O0B0z3H023S0l2M3m3A, looks like there aren't any registered by the theme or something else it mangling them.
comment:10
nacin
— 19 months ago
- Description modified (diff)
Test code is mangling them. The first screenshot was when there was one inactive sidebar and four active ones.
I don't understand how the code is to frail to ever render this on the right.
comment:11
azaozz
— 19 months ago
Then the bug here is that we even display anything on that screen. Should exit early with a message that the theme doesn't support widgets IMHO (the previous behavior?).
In any case we can shorten the text and expand the explanation a bit, anything that makes it clearer what's going on is a plus.
comment:12
follow-up:
↓ 13
nacin
— 19 months ago
- Keywords needs-patch added
Assign a widget to each of Twenty Eleven's sidebars.
Go into the code and comment out registration of one or more sidebars.
You'll find the inactive sidebar on right, cut off.
I've yet to see the inactive sidebar in the left side.
comment:13
in reply to:
↑ 12
;
follow-up:
↓ 16
nacin
— 19 months ago
Replying to nacin:
I've yet to see the inactive sidebar in the left side.
As in, I still have no idea how this feature is supposed to work, and every time I have tried to test it, I break it.
comment:14
nacin
— 19 months ago
Chris's strings were a pretty good first pass, and better than what we have:
Inactive Sidebar (not used)
This sidebar is no longer available and does not show anywhere on your site. Remove each of the widgets below to fully remove this inactive sidebar.
comment:15
nacin
— 19 months ago
- Component changed from UI to Widgets
- Priority changed from normal to high
- Severity changed from normal to major
It's clear something is broken here. This is no longer a pure UI issue.
comment:16
in reply to:
↑ 13
jane
— 19 months ago
Replying to nacin:
As in, I still have no idea how this feature is supposed to work, and every time I have tried to test it, I break it.
You and me both.
SergeyBiryukov
— 19 months ago
comment:17
azaozz
— 19 months ago
In [19452]:
SergeyBiryukov
— 19 months ago
comment:18
follow-up:
↓ 20
SergeyBiryukov
— 19 months ago
19350.patch was an attempt to make sure an inactive sidebar would only appear on the left and to update the strings as per chrisbliss18's suggestion.
[19452] solves the position issue in a more elegant way, so 19350.2.patch is just a refresh of chrisbliss18's patch from #17979.
comment:19
azaozz
— 19 months ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [19453]:
comment:20
in reply to:
↑ 18
azaozz
— 19 months ago
Replying to SergeyBiryukov:
Sorry, committed [19452] before seeing your patch (they are 1 min. apart). Both should work well.
comment:21
azaozz
— 19 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
comment:22
azaozz
— 19 months ago
- Resolution set to fixed
- Status changed from reopened to closed
In [19455]:
I thought this has been fixed? See #19092