I think I might have found another bug in the ui\addons\detailmonitorHelper\helper.xpl in the function
Code: Select all
Helper.createTwoTableSliderView
When I pass false for the parameter showFadeEffect, it still shows the effect when I open my menu. I have verified, that false is passed into
Code: Select all
CreateTwoTableSliderView
which leads me to believe, that the bug is somewhere in that function.
MJ