flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[BUG] list-style-type: lower-alpha

Open Tuanlq109 opened this issue 4 years ago • 2 comments

Describe the bug: I got dart error : type 'String' is not a subtype of type 'int' of 'value' on line 775 in lib > html_parser.dart olStack.last.data = olStack.last.data.toString().nextLetter();

when I use Html Widget with list-style-type: lower-alpha in html code

HTML to reproduce the issue:

Html widget configuration:

Expected behavior:

Screenshots:

Device details and Flutter/Dart/flutter_html versions:

  • Lastest version

Stacktrace/Logcat

Additional info:

A picture of a cute animal (not mandatory but encouraged)

Tuanlq109 avatar Dec 16 '21 07:12 Tuanlq109

Hi there, this test html code seems to be working fine for us:

<ol style="list-style-type: lower-alpha;">
            <li>With a nested</li>
            <li>ordered list</li>
            <li>with a lower alpha list style</li>
            <li>starting at letter e</li>
            </ol>

Could you please send HTML code to reproduce this issue? Also your Html widget code.

tneotia avatar Dec 18 '21 19:12 tneotia

i have same problem

cahyofendhi avatar May 11 '22 09:05 cahyofendhi

i have same problem

widiramadhan avatar Jan 11 '24 07:01 widiramadhan