Opened 14 years ago
Last modified 13 years ago
#8078 closed Bug
Remove heading style problematic — at Version 2
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 (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
Regression of [6983].