Skip to content

HTML Toggles List with Quote and Quote with List #170

@theck13

Description

@theck13

Expected

HTML is retained when toggling between visual and HTML views.

Observed

HTML toggles list within quote to quote within list and vice versa when tapping the HTML button multiple times.

Reproduced

  1. Tap HTML format button.
  2. Enter the following in HTML.
<ol>
  <li>
    <blockquote>
        Ordered Quote
    </blockquote>
  </li>
</ol>
  1. Tap HTML format button.
  2. Notice ordered list with quote.
  3. Tap HTML format button.
  4. Notice HTML has changed to the following.
<blockquote>
  <ol>
    <li>
        Ordered Quote
    </li>
  </ol>
</blockquote>
  1. Tap HTML format button.
  2. Notice quote with ordered list.

Tested

Google Pixel on Android 7.1.1 with AztecDemo 1.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions