• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick-reply code for netscape/mozilla

CTho9305

Elite Member
<script>
function handleEvent(e) {
if (e.altKey)
{
if (e.keyCode == 82)
alert("reply");
else if (e.keyCode == 76)
alert("logout");
else if (e.keyCode != 18) //don't pop alerts just for alt key
alert(e.keyCode);
}
}

document.onkeydown = handleEvent;
</script>

Maybe you can give us alt+r too.
 
You can't drag the window around like IE does, and I didn't consider docking it, because right now it's always "docked" when using Moz... but I'm lazy. My version probably doesn't work in IE... again because I'm lazy 🙂
 
Which goes to show that the missing quick reply features in non-IE are likely due to browser apathy. 🙂 (I'm assuming not ignorance, if you can create a whole freaking message board system, surely you can figure out how to make some javascript work)
 
Sweet... now you can drag the div around like in IE.

edit: AND, because mozilla isn't braindead, stuff doesn't show through it (like select boxes and ads at the top)
 
If you look at the top left there is a row of icons. One is a red, U-shaped arrow. That turns on quick reply.
 
Would be nice, how about it Zuni?

RagingBITCH
For one thing, not everyone in the world uses Windows you know.
And when I do, I don't wanna torture myself with IE in any case.
 
What am I missing here.. Im using firebird to type this post in the Quick Reply at the bottom of this thread right now.. without any additions.. it also works fine in IE, and Opera 7..
 
If it's in the suggestion box then it'll be looked at in due course... we're pretty busy guys with more important stuff i.e new versions.
 
Back
Top