ui-message-queue
ui-message-queue copied to clipboard
User Interface Message Queue Javascript implementation
The `describe 'default options'` block uses the incorrect options param name of `message_box_div_id` - this is irrelevant to the tests but for consistency should be updated. This block can disappear...
Hi, Great work. Possible to add additional option argument for lifetime of message show upon push to queue? Thanks.
Hi, Logged issue with last message text remaining displayed. Perhaps this could be introduced as an enhancement via main options, whereby last message pushed to queue remains displayed (or not,...
Hi, I have an options delay of 0, and an emptyDisplayString of "". On occasion I push several messages to queue in quick succession. The last message pushed remains displayed...
Hi, What's your thoughts on enabling additional argument for specifying DOM element ID upon message push, as I have a need to funnel messages to different display elements. Thanks.
When creating a new instance should we write that to the DOM immediately? Possibly an option to enable/disable this? Given a valid DOM element id as an option When a...
The spec for `DomDisplay` class is disabled at the moment as I cannot test anything that requires a DOM - this just needs investigation into how to do this with...
The tests for `display messages from queue` are currently disabled due to being unable to get `jasmine.Clock.tick` to work correctly so that we can test processing messages in the queue....