Opened 8 years ago
Closed 7 years ago
#34622 closed defect (bug) (fixed)
Customizer wrong panel indentation
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Panel indentation is wrong by built-in panels: Menus and Widgets
and by any user added panel.
(Error in WP Versions 4.3.1 and in current trunk 4.4-beta3-35569.)
Tested on Desktop (Host: Windows 8.1 update)
Firefox: 42.0
Attachments (6)
Change History (21)
#3
@
8 years ago
- Keywords needs-patch added; reporter-feedback removed
Tested on Desktop (Host: Windows 8.1 update)
Works well on:
Internet Explorer 11
Google Chrome Version 46.0.2490.80 m
#8
@
7 years ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to Future Release
#9
@
7 years ago
- Milestone changed from Future Release to 4.6
I think the issue will also be fixed with a rewrite to how panels get represented in the DOM (#34391). /cc @delawski
#10
@
7 years ago
That's right, @westonruter. This issue should be fixed along with #34391.
I believe the same issue has been reported in #35947, which has a 'dirty' patch that was not included in 4.5.
#11
@
7 years ago
Just tested the patch and its working perfectly for me.
OS: Windows 10
Browser: Chrome 50.0.2661.102 , Safari 5.1.7 , IE-11 , Firefox 46.0.1
WP 4.5.2 , 4.5.3-alpha-37528
Server Environment : VVV
#12
@
7 years ago
@delawski any concerns with ticket_34622.patch?
#13
@
7 years ago
@westonruter - just as @ariwinokur noted earlier, I wasn't able to reproduce the issue. However, the patch itself looks reasonable to me and is a step in right direction.
#14
@
7 years ago
The fact that I can not reproduce the error, does not mean that there is no error. There are in fact 3 tickets about the same thing.
Not sure, but I think that the half of all WordPress users can reproduce the error!
How?
One half of all Internet users, surfing the Internet on mobile phones, the other half on a 27 inch monitor with large windows font.
The tendency is that those in the first group during the time be converted into another group, and not vice versa.
This is not only cosmetic error, but it makes Customizer almost not usable.
For those that have lost patience, add the following to your theme's admin CSS file:
.accordion-sub-container.control-panel-content { left: 100%; width: 100%; } .in-sub-panel #customize-info, .in-sub-panel #customize-theme-controls > ul > .accordion-section { left: -100%; width: 100%; }
I attempted to replicate this issue in multiple browsers and on a Windows 10 machine running Firefox 42 with no success.