I have a custom event that is dispatched when a slider is moved but I receive no event from inherited dispatcher class I created whereas I followed the same syntax as soluti
It looks like maybe there is a vague reference as to which dispatcher is calling the disptachEvent() method. Try specifying slider.dispatchEvent() and use slider.addEventListener() to listen for your custom event.