If you call keyman.init({root: path}), the documentation says that options.resources, options.keyboards, and options.fonts properties will be set relative to the passed-in root.
However, instead these values are set to an empty string, or for options.resources, to the script's src path (which is empty string when #11475 is encountered).
KeymanWeb 16.0.147.
As a temporary workaround, I suggested the following to the user encountering this issue:
If you call
keyman.init({root: path})
, the documentation says thatoptions.resources
,options.keyboards
, andoptions.fonts
properties will be set relative to the passed-inroot
.However, instead these values are set to an empty string, or for
options.resources
, to the script'ssrc
path (which is empty string when #11475 is encountered).KeymanWeb 16.0.147.
As a temporary workaround, I suggested the following to the user encountering this issue: