Page 1 of 1

shift+click problem not fixed for years

Posted: Fri Nov 25, 2005 2:50 am
by Xuefer
1. the default skin of this forum, shift+mouseclick on a forum title
expected: only a new window is created
unexpected: the current windows is navigated, and a new window is created
2. http://www.unrealircd.com shift+mouseclick on the "modules" or other links, same problem as above, this is NEW problem, i just dunno why u guys like more and more of such behavior. :(
write better javascript or abandon it.

thanks

Posted: Fri Nov 25, 2005 7:28 am
by w00t

Code: Select all

<A HREF="?page=about" CLASS="nolink">About</A>
I see no javascript on those links.

Besides that, shift + click works fine on this end.

If it doesn't (I've not tested in IE) - try right click + new window.

Posted: Fri Nov 25, 2005 8:17 pm
by JIVXor
It works fine for me, [IE 7] && [Mozzila].

Posted: Sat Nov 26, 2005 6:29 am
by JanisB
Works here (Opera)

Posted: Tue Dec 20, 2005 5:00 pm
by ir2
works too... its simple html... whats wrong with yours :)

Posted: Wed Jan 11, 2006 11:24 am
by Xuefer
<td class="row1" width="100%" onmouseover="this.style.backgroundColor='#F8F9FC';" onmouseout="this.style.backgroundColor='#EFF2F9';" onclick="window.location.href='viewtopic.php?t=2459'"><span class="topictitle"><a href="viewtopic.php?t=2459" class="topictitle">Forum Suggestion</a></span><span class="gensmall"><br />
</span></td>

the onclick!
default skin (with guest, maybe cookie clear is needed)

Posted: Sun Jan 15, 2006 8:59 am
by w00t
On click means... just that. On click. Shift will be an additional behaviour defined by your browser, not by javascript, and not by the forums software.