Preference change does not fire an onPreferencedChanged event #7685
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
preferences
issues related to preferences
Bug Description:
While working on the new preferences-ui we came across a bug related to the preference-service that has been causing some strange and unpredictable behavior on the Electron version (and also appears on master with the original preferences UI). When setting a preference value for some items, most noticeably
Application Confirm Exit
inUser scope
, the preference service does not properly register an onPreferenceChanged event, and thus does not update the value in the UI. This has sometimes occurred for other preference items in folder scopes as well, but is consistently an issue for Application Confirm Exit Please see the attached screen recording with console output:Steps to Reproduce:
Additional Information
Linux (RHEL7 & Ubuntu tested)
Electron 1.0.0
The text was updated successfully, but these errors were encountered: