willjk

Results 3 issues of willjk

The message fell behind some textfields when shrunk down to a smaller width. In the flashMessages.css I added z-index: 100; to #flash-messages and it fixed that issue.

When I use callbacks and I follow this pattern `client-1 -> server -> client-2 -> callback-to-server -> callback-to-client-1` the adapter appears to send messages twice to client-2. Here is replication...