Closed
Bug 1217696
Opened 9 years ago
Closed 4 years ago
The options of the select not vertical in vertical writing mode on android.
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: siqinbilige, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20151014143721
Steps to reproduce:
access : http://www.mongolfont.com/test/firefox/select.html and click to display options.
Actual results:
The options of the select not vertical in vertical writing mode on android.
The mongolian script not rendering(blank).
Expected results:
The options of the select display vertical in vertical writing mode on android.
The mongolian script display correctly.
Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Android
Hardware: Unspecified → All
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
This is (presumably) because the <select> options are not rendered by Gecko but by the Fennec front-end code, and so they don't have access to the downloadable font Gecko is using, nor do they use Gecko's vertical-text layout.
I don't really know anything about the Fennec architecture, but I think that to fix this, we'd need to render the contents of the popup <select> list using a Gecko view instead of the native Android UI toolkit. No idea how feasible that is...
Status: UNCONFIRMED → NEW
Component: Untriaged → General
Ever confirmed: true
Product: Firefox → Firefox for Android
Version: 41 Branch → Trunk
Comment 3•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•