Do you miss something on BrainKing.com and would you like to see it here? Post your request into this board! If there is a more specific board for the request, (i.e. game rule changes etc) then it should be posted and discussed on that specific board.
Subjekt: Disabling auto-refresh while editing text
A couple times now I've been editing a comment or note in a game after I've played, and then the autorefresh kicks in, reloading the page and erasing everything I've typed. Eek!
Would it be possible to have BrainKing disable the autorefresh while the user is adding/editing comments or notes?
Subjekt: Re: Disabling auto-refresh while editing text
mctrivia: Are you sure about that? I notice that when I go to add or edit a note, it loads an entirely new page. Surely the auto-reloading code could simply be un-included from that page (and only that page), right?
Subjekt: Re: Disabling auto-refresh while editing text
Ceiter: using meta refresh the page will refresh after a period of time no matter what. On some pages fencer does not put the command in to refresh and there for it doesn't but it can't be removed after the page is already built. javascript refresh is very easy and can be stoped.
Subjekt: Re: Disabling auto-refresh while editing text
mctrivia: That's what I thought. Since the page is re-built anyway when I go to add/edit a note (the text field does not exist when simply viewing the game), basically anything is possible. Or am I missing something?