Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Rendering of combining characters not correct #1404

Open
siarsky opened this issue Dec 29, 2023 · 1 comment
Open

[BUG] Rendering of combining characters not correct #1404

siarsky opened this issue Dec 29, 2023 · 1 comment
Labels
bug Something isn't working text-styling

Comments

@siarsky
Copy link

siarsky commented Dec 29, 2023

Describe the bug:

HTML define so called combining characters - which allows to add for instance diacritics to existing characters.

HTML to reproduce the issue:

Html widget configuration:

<!DOCTYPE html>
<html lang="en">
<body>
<div>
&#x0153;&#x0303; &#x002D;&#x0308; &#x03b5;&#x0303;
</div>
</body>
</html>

Expected behavior: (Scrennshot from Brave: v1.61.109, the same output in Firefox: 121.0)

rendering_in_html_browser

Screenshots Flutter App Mac/iOS:

rendering_in_flutter_html_renderer

Device details and Flutter/Dart/flutter_html versions:

Device:
iOS: 17.1.2 macOS: 13.6.2 (Ventura)

Flutter/Dart: 3.18.0
flutter_html: 3.0.0 beta 2

Stacktrace/Logcat

None

Additional info:

None

@siarsky siarsky added the bug Something isn't working label Dec 29, 2023
@Sub6Resources Sub6Resources moved this to Todo in flutter_html Mar 12, 2025
@Sub6Resources
Copy link
Owner

Thanks for reporting this. It seems likely that this is an underlying issue in Flutter's text-rendering engine. I can look into this a bit more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working text-styling
Projects
Status: Todo
Development

No branches or pull requests

2 participants