Design issue  newreply more options multiple clicks

Brandon

Active member
I noticed when you click more options it is grayed out so the user does not click again. However, right before the next page begins to load the button resets and the user can hammer it again. One time I managed to cause a server error, no details given on the webpage.
 
also tested on creating a new thread in the test section.. ended up with a duplicate thread due to form element being unlocked
 
Unfortunately, there's nothing we can really do about it, except for limiting the browsers a bit. It's cause by a Firefox bug/issue, where using the back button would leave the buttons disabled. It may be reasonable to only do the unload behavior on FF, assuming that is the only browser that needs it.
 
Top Bottom