Closed arjanmels closed 1 year ago
I'm guessing commit https://github.com/Sub6Resources/flutter_html/commit/cc00406b1d0c115e5c66dd4bdfb40db32496f55f does not work completely as expected.
Fixed by #1276
Thanks for the contribution! Just made a comment on your pull request.
Describe the bug: After transition to HtmlExtension the details/summary tags sometimes show "Details" instead of the summary provided in the summary tag. Debugged in the code: due to
context.builtChildrenMap
inDetailsElementBuiltIn
build
function containing "[text]" element as first child instead of summary.HTML to reproduce the issue:
Html
widget configuration: Not relevantExpected behavior: Should show the "Header" text instead of "Details"
Device details and Flutter/Dart/
flutter_html
versions: Flutter 3.10.1 / Dart 3.0.1