shift+click problem not fixed for years

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
Xuefer
Posts: 20
Joined: Wed Apr 14, 2004 4:30 am

shift+click problem not fixed for years

Post 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
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

It works fine for me, [IE 7] && [Mozzila].
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

Works here (Opera)
ir2
Posts: 4
Joined: Tue Dec 20, 2005 4:28 pm

Post by ir2 »

works too... its simple html... whats wrong with yours :)
Xuefer
Posts: 20
Joined: Wed Apr 14, 2004 4:30 am

Post 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)
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Locked