Fixed  alerts bug- date only, no time

dieketzer

Well-known member
not sure how i did this.
perhaps replying to a thread without clearing alerts first, then opening alerts after the reply

alerts.webp
 
This happens due to the way we markup the dates and the way we initialize the JS date handling.

For non-JS users, only the date of the timestamp is shown. Additionally, we only initialize the JS dates when the window is focused. It's quite likely that you hovered over alerts while the window was blurred (though the browsers still trigger hover events).

It's something that I've done a number of times actually. I'm not sure if it's something that we can workaround without changing the concept of only updating dates when focused.
 
oh well. this is the first time its ever happened to me, and i have clocked up quite a few hours on xf
at least now if a user brings it up to me i will have an impressive answer to give them :)
 
Top Bottom