Skip to content

【システム】フロントページにてテキストが太字・斜体にならない。(CKEditor 4使用) #4366

@otsuka-star

Description

@otsuka-star

概要

CKEditor 4にてテキストを太字・_斜体_にしてもフロント側で反映されない。
https://forum.basercms.net/t/topic/1634?u=ao-fuku

Image Image

・太字に関しては、ソース上で、<strong>→<b>変更にすると反映される。
・下線、字消し線、文字色、背景色などは反映される。

【環境情報】
・baserCMSのバージョン:5.2.3
・使用テーマ:BcThemeSample
・使用エディタ: CKEditor 4

備考

・editor.css 395行目(_editor.scss 295行目)付近の以下の記述で太字と斜体の設定を打ち消している可能性あり。

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
    font: inherit;
  }

Metadata

Metadata

Assignees

Labels

Bugバグ

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions