Editing glitch?

possible css problem... testing now ;)

nope ;) save, go advanced, and cancel buttons here.

IE8 user here.

no orange outline here as well.
 
it happens randomly, not every time you edit. No matter what browser you use.

I had it happen again. I got the html of it:

Code:
<input type="button" class="button" tabindex="1" accesskey="s" value="Vote Now" id="vB_Editor_QE_1_save">

input type="button" class="button" tabindex="1" accesskey="s" value="Vote Now" id="vB_Editor_QE_1_save"
 
It happens. It is a glitch. There is nothing we can do about it. Just like the Database Error that was reported. We have been working with vB and the host and everyone we can to fix it to no avail. Is it really that big a deal? Just as everyone has already said, it happens randomly and it doesnt happen often.
 
It's not a skin problem. It's in the postbit code itself. vBulletin works by grabbing all buttons, text etc. from a language database table. The postbit code grabs this text from the database and displays it. This means the language table is corrupt and indexing the wrong row. That causes it to, at times display the wrong code. I've repaired the database now, so it might be fixed. Let me know if it happens again.
 
Back
Top Bottom