Opened 11 years ago
Closed 11 years ago
#10516 closed Bug (duplicate)
[Chrome] Removing header adds unwanted styles
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Create header and the paragraph below the header
- Select header and press delete to remove its content
- Press delete to remove the header
Expected: header is removed
Outcome: the paragraph now is header with span styled as paragraph:
<h1><span style="font-size: 13px; line-height: 1.6em;">test</span></h1>
Or expected behavior is moving paragraph content to the header without additional styles.