Comment 6 for bug 1322456

Revision history for this message
David Barth (dbarth) wrote : Re: [Bug 1322456] Re: Fonts in browser textfields are wrong

Le 13/06/2014 10:35, Olivier Tilloy a écrit :
> I instrumented oxide’s WebPreferences constructor to print out the
> default font families returned by the Qt platform plugin, and the result
> is the same on desktop and device:
>
> standard font family: "DejaVu Serif"
> serif font family: "DejaVu Serif"
> sans-serif font family: "DejaVu Sans"
> fixed font family: "DejaVu Sans Mono"
>
> So the problem lies elsewhere.
This is good information. Thanks for the report so far. This also seems
to confirm Chris's intuition about the problem being more on the Qt/SDK
side of things.

What are the QML/Qt components making the textfield entry?

David