Topic on Extension talk:CollapsibleVector

Icons to expand and collapse do not show in MW 1.35

4
Ken Roy (talkcontribs)

The right-arrow and down-arrow icons do not show in MediaWiki 1.35 with the Vector skin that is packaged with MW 1.35


I fixed it by using the Vector skin from MW 1.34 - see Topic:Vylqwkx9geua4l7v


Maybe something changed in the Vector skin for MW 1.35 that requires a change in this extension.

T0lk (talkcontribs)

I put this in MediaWiki:Vector.css to get it working in 1.35:

.portal h3, .vector-menu-portal h3 {
	background-size: auto !important;
}

the problem seems to come from: h3{ background-size: 100% @border-width-base; in skins/Vector/resources/skins.vector.styles/MenuPortal.less

Ken Roy (talkcontribs)

Thanks T01k,

Unfortunately, your above suggested workaround does not fix the problem on my site.

Adding

.emptyPortlet { display: block; }

as recommended in Topic:Vwvqspp30cgb7olc

Almost fixes it but then the Portlet for the LanguageSelector still does not show. Since I want both the CategoryTree portlet and the LanguageSelector portlet in my sidebar, I reverted back to using the Vector skin from MW 1.34

Additionally your css shows errors in the MW 1.35 editor

2003:C2:3F22:8200:D16E:B992:4D44:9320 (talkcontribs)

Howdy,

the above shown workarounds do solve the problem for our wiki ... partially. The triangle icons are shown on all article pages in all namespaces, also on all special pages. But, they are gone in the user preferences. Would be nice if someone could check why. Not urgent, of course, but I hope someday ...

Kind regards, K.

Reply to "Icons to expand and collapse do not show in MW 1.35"