Forum boards acting funny with ctrl-click

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
Mutos
Militia Lieutenant
Militia Lieutenant
Posts: 218
Joined: Thu Aug 14, 2008 3:31 am
Location: Near Paris, France
Contact:

Hi all,


As I just wrote when squatting Sheltem's post about the critical DB error, when you ctrl-click on a topic link, it opens the topic on a new tab, but also on the original tab, which is quite surprising and absolutely not he rintended behavior. There must be something in the phpBB skin.
@+

Benoît 'Mutos' ROBIN
Hoshikaze 2250 Project
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

what browser are you using I can not reproduce this error on Firefox
Crying is not a proper retort!
Bobby
Militia Captain
Militia Captain
Posts: 675
Joined: Wed Jul 25, 2007 7:39 pm

I cannot reproduce it with either Operausb or GreenBrowser.
User avatar
Mutos
Militia Lieutenant
Militia Lieutenant
Posts: 218
Joined: Thu Aug 14, 2008 3:31 am
Location: Near Paris, France
Contact:

Hi all,


Oh, sorry, I'm on FireFox 3.0.1, with no extra module except FlashBlock, running under W2kSP4.
Last edited by Mutos on Thu Sep 04, 2008 3:54 am, edited 1 time in total.
@+

Benoît 'Mutos' ROBIN
Hoshikaze 2250 Project
User avatar
Sheltem
Militia Lieutenant
Militia Lieutenant
Posts: 153
Joined: Tue Sep 04, 2007 1:44 pm

strg-clicking should ONLY open the link in new tab, right ?
regards
Sheltem

What do you think about the endless stream of spawns ?

What about modding wandering spawns which dont attack the player directly ?
User avatar
Mutos
Militia Lieutenant
Militia Lieutenant
Posts: 218
Joined: Thu Aug 14, 2008 3:31 am
Location: Near Paris, France
Contact:

Hi Sheltem, hi all,


Yes you're right, that's its whole purpose, if it also opens it in the initial tab there's no point at using it...
@+

Benoît 'Mutos' ROBIN
Hoshikaze 2250 Project
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

I am on FireFox 3.0.1
and when ctrl-clicking on a topic it opens that topic in a new tab
the current tab doesn't change
Crying is not a proper retort!
User avatar
Mutos
Militia Lieutenant
Militia Lieutenant
Posts: 218
Joined: Thu Aug 14, 2008 3:31 am
Location: Near Paris, France
Contact:

Hi Betelgeuse,


So there must be something with my configuration, I'll investigate...

EDIT #1 : here's the HTML on the "Commonwealth" item on the board's General Index.

Code: Select all

	<tr>
		<td class="row1 one"><img src="templates/AdInfinitum/images/folder_big.gif" alt="" /></td>
		<td class="row1 two"
		onmouseover="this.style.backgroundColor='#232323'; this.style.cursor='pointer'"
		onmouseout="this.style.backgroundColor=''"
		onclick="window.location.href='viewforum.php?f=2'">

		<h3><a href="viewforum.php?f=2">Commonwealth</a></h3>
		General discussion about anything related to Transcendence.<br />
		&nbsp; &nbsp;</td>
		<td class="row2 one">229</td>
		<td class="row2 one">2737</td>
		<td class="row2 three">Thu Sep 04, 2008 12:23 am<br /><a href="profile.php?mode=viewprofile&u=8292">schilcote</a> <a href="viewtopic.php?p=16469#16469"><img src="templates/AdInfinitum/images/icon_latest_reply.gif" border="0" alt="View latest post" title="View latest post" /></a></td>

	</tr>
Do you see the onclick="window.location.href='viewforum.php?f=2'" event ? That's the whole point of it. It doubles the normal <a href="viewforum.php?f=2">Commonwealth</a> link element and causes the initial tag to change too. Should do that whatever browser and system, except if something occurs with event-catching...
@+

Benoît 'Mutos' ROBIN
Hoshikaze 2250 Project
User avatar
Betelgeuse
Fleet Officer
Fleet Officer
Posts: 1920
Joined: Sun Mar 05, 2006 6:31 am

ok I was able to reproduce your error. It is related to the board style.
I am using subSilver and that is why I couldn't reproduce it earlier. But when I changed to the other style I got the same error.

Did it used to have this behavior? (I switched to subSilver right away so I wouldn't know)
Crying is not a proper retort!
User avatar
Mutos
Militia Lieutenant
Militia Lieutenant
Posts: 218
Joined: Thu Aug 14, 2008 3:31 am
Location: Near Paris, France
Contact:

Hi all, hi Betelgeuse,


For me it behaved like that from the beginning. I also think it is related to the style. I never changed from AdInfinitum.
@+

Benoît 'Mutos' ROBIN
Hoshikaze 2250 Project
Post Reply