You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 in DetailsElementBuiltInbuild function containing "[text]" element as first child instead of summary.
HTML to reproduce the issue:
<!DOCTYPE html>
<html>
<body>
<details>
<summary><h1>Header</h1></summary>
<p>These are the details.</p>
</details>
</body>
</html>
Html widget configuration:
Not relevant
Expected 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
The text was updated successfully, but these errors were encountered:
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 relevant
Expected 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
The text was updated successfully, but these errors were encountered: