No edit summary Tag: 2017 source edit |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{CollapsibleWrapper | {{CollapsibleWrapper | ||
|CollapsibleItems={{Collapsible | |CollapsibleItems={{Collapsible | ||
|cheader=Line breaks in table cells are removed | |||
|bsvFrom=4.4 | |||
|cdescription=If the text in the first line of a cell is formatted before a line break (e.g. bold, italic), the line break will be removed when saving. | |||
|chelp=The line break can be inserted manually by using the menu item <code>Insert > More > Line break</code>. | |||
}}{{Collapsible | |||
|cheader=Visualeditor for textarea input shows broken list poup-up | |||
|bsvFrom=5.x | |||
|bsvFeature=PageFormsConnector, Page Forms | |||
|cdescription=The display of the drop-down actions for <code>input type=textarea{{!}}editor=visualeditor</code> is broken. | |||
[[File:Page Forms visualeditor dropdown broken display.png{{!}}alt=open list menu with display problems{{!}}center{{!}}thumb]] | |||
|chelp=Add the following to <code>MediaWiki:Common.css:</code> | |||
<syntaxhighlight lang="css"> | |||
/*fix page forms issue with visualeditor input */ | |||
.oo-ui-popupToolGroup-tools .oo-ui-tool-link { | |||
display: block!important; | |||
} | |||
.formtable .oo-ui-toolGroup-tools { | |||
height:auto!important; | |||
}</syntaxhighlight> | |||
}}{{Collapsible | |||
|cheader=Unforeseen problems with numbering | |cheader=Unforeseen problems with numbering | ||
|bsvFrom=4.5 | |bsvFrom=4.5 | ||
|cdescription=BlueSpice 4.5 introduces the configuration "[[Manual:Extension/BlueSpiceConfigManager#NumberHeadings v4.5.2B{{!}}NumberHeadings]]". If this setting is activated, the section headings of a wiki page show the numbering from the table of contents. If the wiki already has some custom numbering (for example in MediaWiki:Common.css), a duplication can occur. | |||
|chelp=Either deactivate the settings for "NumberHeadings" in the config manager or remove your customization. If you use the '''Startpage templates''' for portal pages, update the page ''Startpage/styles.css'' via the page ''Special:Content_provisioning''. | |||
|cdescription=BlueSpice 4.5 introduces the configuration "[[Manual:Extension/BlueSpiceConfigManager#NumberHeadings v4.5.2B | |||
|chelp=Either deactivate the settings for "NumberHeadings" in the config manager or remove your customization. If you use the | |||
}}{{Collapsible | }}{{Collapsible | ||
|cheader=Styles that are defined in templates or in ''MediaWiki:Common.css'' might no longer be applied | |cheader=Styles that are defined in templates or in ''MediaWiki:Common.css'' might no longer be applied | ||
|bsvFrom=4.3 | |bsvFrom=4.3 | ||
|cdescription=Because of necessary forward-compatibility changes in the Discovery-skin, some templates might have to be manually updated to show certain styles correctly. | |cdescription=Because of necessary forward-compatibility changes in the Discovery-skin, some templates might have to be manually updated to show certain styles correctly. | ||
|chelp=*Affected Styles in ''MediaWiki:Common.css:'' <br />The styles in question need to be prepended with the selector<code>#mw-content-text</code>. <br />Before:<syntaxhighlight lang="css"> | |chelp=* Affected Styles in ''MediaWiki:Common.css:'' <br />The styles in question need to be prepended with the selector<code>#mw-content-text</code>. <br />Before:<syntaxhighlight lang="css"> | ||
.myclass h2 {font-size:1.2em;} | .myclass h2 {font-size:1.2em;} | ||
</syntaxhighlight>After:<syntaxhighlight lang="css"> | </syntaxhighlight>After:<syntaxhighlight lang="css"> | ||
#mw-content-text .myclass h2 {font-size:1.2em;} | #mw-content-text .myclass h2 {font-size:1.2em;} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*TemplateStyles: <br />Templates that rely on the extension''TemplateStyles'' need to add a wrapper container with its own ID around the affected content. This ID needs to be prepended to the existing selector. The selector <code>#mw-content-text</code> will not work in that case.<br />Example:<syntaxhighlight lang="css"> | * TemplateStyles: <br />Templates that rely on the extension''TemplateStyles'' need to add a wrapper container with its own ID around the affected content. This ID needs to be prepended to the existing selector. The selector <code>#mw-content-text</code> will not work in that case.<br />Example:<syntaxhighlight lang="css"> | ||
.myclass h2 {font-size:1.2em;} | .myclass h2 {font-size:1.2em;} | ||
</syntaxhighlight>Add the id that you have applied to your new or existing wrapper:<syntaxhighlight lang="css"> | </syntaxhighlight>Add the id that you have applied to your new or existing wrapper:<syntaxhighlight lang="css"> | ||
| Line 24: | Line 40: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}}{{Collapsible | }}{{Collapsible | ||
|cheader= | |cheader=Unforeseen problems with numbering | ||
| | |bsvFrom=4.5 | ||
bsvFrom=4. | |cdescription=BlueSpice 4.5 introduces the configuration "[[Manual:Extension/BlueSpiceConfigManager#NumberHeadings v4.5.2B{{!}}NumberHeadings]]". If this setting is activated, the section headings of a wiki page show the numbering from the table of contents. If the wiki already has some custom numbering (for example in MediaWiki:Common.css), a duplication can occur. | ||
| | |chelp=Either deactivate the settings for "NumberHeadings" in the config manager or remove your customization. If you use the '''Startpage templates''' for portal pages, update the page ''Startpage/styles.css'' via the page ''Special:Content_provisioning''. | ||
[[ | |||
# | |||
|chelp= | |||
}} | }} | ||
}} | }} | ||
Latest revision as of 08:05, 8 May 2026
Line breaks in table cells are removed v4.4+
Description: If the text in the first line of a cell is formatted before a line break (e.g. bold, italic), the line break will be removed when saving.
Help: The line break can be inserted manually by using the menu item Insert > More > Line break.
Visualeditor for textarea input shows broken list poup-up v5.x+
Description: The display of the drop-down actions for input type=textarea|editor=visualeditor is broken.

Help: Add the following to MediaWiki:Common.css:
/*fix page forms issue with visualeditor input */
.oo-ui-popupToolGroup-tools .oo-ui-tool-link {
display: block!important;
}
.formtable .oo-ui-toolGroup-tools {
height:auto!important;
}
Unforeseen problems with numbering v4.5+
Description: BlueSpice 4.5 introduces the configuration "NumberHeadings". If this setting is activated, the section headings of a wiki page show the numbering from the table of contents. If the wiki already has some custom numbering (for example in MediaWiki:Common.css), a duplication can occur.
Help: Either deactivate the settings for "NumberHeadings" in the config manager or remove your customization. If you use the Startpage templates for portal pages, update the page Startpage/styles.css via the page Special:Content_provisioning.
Styles that are defined in templates or in MediaWiki:Common.css might no longer be applied v4.3+
Description: Because of necessary forward-compatibility changes in the Discovery-skin, some templates might have to be manually updated to show certain styles correctly.
Help: * Affected Styles in MediaWiki:Common.css:
The styles in question need to be prepended with the selector
#mw-content-text. Before:
.myclass h2 {font-size:1.2em;}
#mw-content-text .myclass h2 {font-size:1.2em;}
- TemplateStyles:
Templates that rely on the extensionTemplateStyles need to add a wrapper container with its own ID around the affected content. This ID needs to be prepended to the existing selector. The selector#mw-content-textwill not work in that case.
Example:Add the id that you have applied to your new or existing wrapper:.myclass h2 {font-size:1.2em;}
#myID .myclass h2 {font-size:1.2em;}
Unforeseen problems with numbering v4.5+
Description: BlueSpice 4.5 introduces the configuration "NumberHeadings". If this setting is activated, the section headings of a wiki page show the numbering from the table of contents. If the wiki already has some custom numbering (for example in MediaWiki:Common.css), a duplication can occur.
Help: Either deactivate the settings for "NumberHeadings" in the config manager or remove your customization. If you use the Startpage templates for portal pages, update the page Startpage/styles.css via the page Special:Content_provisioning.