djangotribune icon indicating copy to clipboard operation
djangotribune copied to clipboard

Bug on 'messages out of screen' display

Open sveetch opened this issue 12 years ago • 1 comments

There is a bug when the mouse pointer fastly move over a clock pointer that point to a clock out of screen.

This throw an Ajax request to retrieve the message from the pointed clock, but the request take too long (less than 1second) to succeed so the mouseout event from the clock pointer is throwed before the request succeed.

And so the popin used to display the message is not removed even if the mouse pointer is far from the clock pointer.

Sadly, i've tried some tricks to resolve this without a real success and actually i don't have time anymore to pass on this so i'm wil let this bug here meanwhile i can find a clean way.

sveetch avatar Sep 14 '13 21:09 sveetch

Solution ? : disable this option, instead load lots of previous messages but don't display them, they will act as a light cache that can fake the disabled option.

sveetch avatar Nov 19 '13 23:11 sveetch