Closed
Bug 1659845
Opened 4 years ago
Closed 4 years ago
Implements Khmer line-breaking support on Android
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1553725
Webcompat Priority | ? |
People
(Reporter: karlcow, Unassigned)
References
()
Details
- With Firefox Android
- Go to https://privacy.google.com/?hl=km#overview
Expected:
Lines are wrapping
Actual:
Lines overflow the content
Probably related to Bug 771753 (Windows) or duplicate?
The wrapping is working on Firefox macOS but not on Firefox Android.
The wrapping is working on Chrome Android.
Reporter | ||
Comment 1•4 years ago
|
||
Reporter | ||
Comment 2•4 years ago
|
||
kato-san,
If it's a simple change I'm happy to provide a patch with a bit of help.
Flags: needinfo?(m_kato)
Comment 3•4 years ago
|
||
(In reply to Karl Dubost💡 :karlcow from comment #2)
kato-san,
If it's a simple change I'm happy to provide a patch with a bit of help.
Old Android doesn't have native line break API, but Android 24+ can use ICU from Java (android.icu.text.BreakIterator
). Since we still support Android 5+ on Fenix, so not easy.
Flags: needinfo?(m_kato)
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•