#8078 closed Bug (fixed)
Remove heading style problematic
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6.1 |
Keywords: | Cc: |
Description (last modified by )
- Load the editor with following content and text range selection:
<h1>h[eadi]ng</h1>
- Open "Format" combo and select heading 1 style to remove it from selection;
- Actual Result:
heading
- Expected Result:
<p>heading</p>
- Actual Result:
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.6.1 |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
comment:5 Changed 13 years ago by
The "Show Blocks" button can be activated to easily check this issue.
Regression of [6983].