8000 [BUG] Ordered list display on Windows · Issue #711 · Sub6Resources/flutter_html · GitHub
[go: up one dir, main page]

Skip to content
[BUG] Ordered list display on Windows #711
Closed
@jeremylcarter

Description

@jeremylcarter

Describe the bug:
HTML ordered list displays with a rectangle symbol on Windows. It appears like a missing font symbol.

HTML to reproduce the issue:

<ol>
  <li>Mix flour, baking powder, sugar, and salt.</li>
  <li>In another bowl, mix eggs, milk, and oil.</li>
  <li>Stir both mixtures together.</li>
  <li>Fill muffin tray 3/4 full.</li>
  <li>Bake for 20 minutes.</li>
</ol>

Html widget configuration:

return Html(data: """<div>
        <h1>Demo Ordered List</h1>
        <ol>
          <li>Mix flour, baking powder, sugar, and salt.</li>
          <li>In another bowl, mix eggs, milk, and oil.</li>
          <li>Stir both mixtures together.</li>
          <li>Fill muffin tray 3/4 full.</li>
          <li>Bake for 20 minutes.</li>
        </ol>
      </div>""");

Expected behavior:

Screenshots:
image

Device details and Flutter/Dart/flutter_html versions:
Rendered by Flutter - Windows Desktop Renderer
Windows 10 : 20H2 (Build 19042.985)

Flutter 2.2.0 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b22742018b (2 weeks ago) • 2021-05-14 19:12:57 -0700
Engine • revision a9d88a4d18
Tools • Dart 2.13.0
flutter_html: ^2.0.0
environment:
  sdk: ">=2.7.0 <3.0.0"

Additional info:
This issue is not present when the device is Android.

A picture of a cute animal (not mandatory but encouraged)
The Australian Spinifex hopping-mouse
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0