Opened 11 years ago
Last modified 8 years ago
#11802 confirmed Bug
Switching to source mode modify source on indented list — at Initial Version
Reported by: | Artur Delura | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Open editor with no content
- Focus editor
- Click few times "Increase indent"
- Click "Insert/Remove ordered list"
- Type some text
- Click "Source" to get into source mode
As expected source is:
<ol>
<li style="margin-left: 80px;">Hidden message</li>
</ol>
- Repeat step 5 twice.
Actual result:
<ol>
<li>Hidden message</li>
</ol>
Cannot reproduce in version 4.1.0 because button "Increase indent" is disabled. In version 4.0 everything works as expected.