Chat issues
Using Jamroom
lornawebber:
Yes, I've just tried that again. On the Images page, the search box contains the word 'search' until you click into it. If I click in the search box before the Images page is fully loaded, the blinking cursor is replaced by the word 'search' again, and anything I type then goes into my minimised chat window.
I think with a slow loading system you might see this. The chat message box is focused (by default) on page load. So if you are able to click search BEFORE the document.ready handler fires, then when document ready fires the focus will move to chat.
Since a lot of stuff relies on document.ready, I'm not sure of a solution for this on slow systems, but I will think about it.
Thanks!