Quote:
Originally Posted by Brad.loo
I love this modification, however most of my users are on IE 6 and there seems to be a bug with that browser. When IE loads the threads the javascript forces the browser to scroll to the right, you have to scroll back to the left to read the posts. The quick edit box is causing this (it expands to the right of the icon in ie)
|
Hmm.. Thats strange.. I also use IE 6.0 and am not having that problem.. Perhaps it happens when they're viewing threads in a browser window thats not maximized and the hidden Quick Edit form is actually a little wider than the post itself?
If thats the case, here's a couple of things you could try which might solve the problem:
In your showthread_quickedit template find:
Code:
<a href="javascript:return false;" onClick="toggleT('e$post[postid]','s');return false;"><img src="$stylevar[imgdir_button]/quickedit_icon.gif" alt="Quick Edit" border="0" /></a>
And replace it with:
Code:
<a href="javascript:return false;" onClick="toggleT('e$post[postid]','s');return false;"><img src="$stylevar[imgdir_button]/quickedit_icon.gif" alt="Quick Edit" border="0" /></a><br>
The added line break should make the quick edit form drop below the icon and all the way to the left of the table.
You could also change the width of the quick edit form so that its smaller.