Opened 10 years ago

Last modified 7 years ago

#11802 confirmed Bug

Switching to source mode modify source on indented list — at Version 1

Reported by: Artur Delura Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description (last modified by Artur Delura)

  1. Open editor with no content
  2. Focus editor
  3. Click few times "Increase indent"
  4. Click "Insert/Remove ordered list"
  5. Type some text
  6. Click "Source" to get into source mode

As expected source is:

<ol>

<li style="margin-left: 80px;">Hidden message</li>

</ol>

  1. 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.

Change History (1)

comment:1 Changed 10 years ago by Artur Delura

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy