You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing PdfJsDefaultPreferences, there should be a check if the value already exist on the default branch and if so, don't set them.
The "correct" solution would probably be to fix https://bugzilla.mozilla.org/show_bug.cgi?id=1780609 instead, see PR #15209, however that'd require feedback from someone knowledgeable about the Firefox preference system to move forward.
Because of the way PDF.js sets default values (async, late in startup), they can't be set by policy.
So if policy tries to override the default value for say cursorToolOnLoad, it doesn't work.
When processing PdfJsDefaultPreferences, there should be a check if the value already exist on the default branch and if so, don't set them.
There's a workaround (user preferences), but it would be better if default could be set.
The text was updated successfully, but these errors were encountered: