search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Message-Bar not disappearing completely

Asked by Daniel
9 years ago.

When i send two or more messages with

dp.message(this.result.message);

in a short time, the MEssage-Bar is not disappearing complete. The alpha-value of the bar stays at (i think) 50%.

I think something like a "message queue" would be a solution?!

Daniel.

Answer posted by Dan Letecky [DayPilot]
9 years ago.

Daniel,

I confirm the bug. It's fixed now in build 7.9.1312:

http://javascript.daypilot.org/sandbox/

It can be tested in the JS console:

dp.message("one"); setTimeout(function() {dp.message("two");}, 200);
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.