keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
403 stars 112 forks source link

bug(developer): font defined for the keyboard doesn't get applied else where in the web debug mode #6651

Closed MakaraSok closed 2 years ago

MakaraSok commented 2 years ago

Describe the bug

It looks very weird to see different fonts show on the same screen for a given keyboard. In the screenshot below, you can see 1, 2 and 3 are in a default font, while that of the keyboard layout is of the developer defined font (Khmer Mondulkiri).

image

Expected behavior

The default font may be used if the developer doesn't define a font for yet keyboard.


Keyman Developer:


Keyboard

mcdurdin commented 2 years ago

This appears just to be a config issue with sil_brao. Note that the Keyboard/Keyboard Fonts dialog box shows the following in sil_brao:

image

When I change it to use Khmer Mondulkiri for the Debugger, Editor Characters field:

image

Then I get the expected font in the Web Debugger:

image