-
Notifications
You must be signed in to change notification settings - Fork 122
HTML Toggles List with Quote and Quote with List #170
Copy link
Copy link
Closed
Description
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
- Tap HTML format button.
- Enter the following in HTML.
<ol>
<li>
<blockquote>
Ordered Quote
</blockquote>
</li>
</ol>
- Tap HTML format button.
- Notice ordered list with quote.
- Tap HTML format button.
- Notice HTML has changed to the following.
<blockquote>
<ol>
<li>
Ordered Quote
</li>
</ol>
</blockquote>
- Tap HTML format button.
- Notice quote with ordered list.
Tested
Google Pixel on Android 7.1.1 with AztecDemo 1.0
Reactions are currently unavailable