Quote:
Originally Posted by baze22
I've played around a bit, but I'm no js expert. I've narrowed to having something to do with a function in the vbulletin_global.js file:
function set_unselectable(obj)
I'm not sure exactly what it does, but when I comment it out or rename it, the pop up window comes to the top. I looked at the file that came with 3.5.4 and the code is identical. So I'm assuming the change is in a function that calls this one. I tried to narrow it down further and did a search of the vb files to find where this is called and found 3 instances in vbulletin_textedit.js, but commenting one or more of those still had pop up window popping under. So I don't if there are some other templates where this is called or what the detrimental effects of having this commented out would have, but that's all I've found so far.
If anybody else has other suggestions...
baze
|
I did stumble across one slightly detrimental affect.... users couldn't submit posts or PM's.

PM's give the message that there is no recipient or title, posts get the error message that the message is too short. So for now, spell check will have to stay as a pop under. When I get a chance I'll try to dig into it more, in the mean time maybe somebody else can figure this out.
baze