Fixed
Details
Assignee
Justin ObaraJustin ObaraReporter
Justin ObaraJustin ObaraLabels
Components
Fix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Justin Obara
Justin ObaraReporter
Justin Obara
Justin ObaraLabels
Components
Fix versions
Affects versions
Priority
Created November 11, 2013 at 2:44 PM
Updated August 30, 2016 at 5:03 PM
Resolved August 30, 2016 at 5:03 PM
Currently there are listeners like the onReset defined in the fullNoPreview preference editor that aren't properly namespaces.
https://github.com/fluid-project/infusion/blob/master/src/framework/preferences/js/FullNoPreviewPrefsEditor.js#L33-L37
This means that if you want to use the fullNoPreview prefs editor but want a reset that doesn't save, you won't be able to use this base grade. There is no way to override this event, as providing new configuration will just merge.
The entire preference framework should be examined to resolve similar issues.