Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 
MurrayM
2502 posts

Uber Geek
+1 received by user: 742

ID Verified
Trusted
Lifetime subscriber

  #934495 15-Nov-2013 15:51
Send private message

So far it's been reported for Chrome, Firefox, IE and Opera; so it doesn't seem to be browser specific.



Behodar

11099 posts

Uber Geek
+1 received by user: 6082

Trusted
Lifetime subscriber

  #934497 15-Nov-2013 15:56
Send private message

Yeah, still happening for me, although I've reverted Firefox back to the earlier version since the latest one has broken the ability to view PDFs from the document management system that we use here at work. I *think* I've had the problem at home in Safari too, but I'm not certain.

thelimoman
81 posts

Master Geek
+1 received by user: 2


  #934502 15-Nov-2013 16:08
Send private message

I think it's to do with how Geekzone handles links... when you choose your target as 'none' it treats a middle click the same as a normal left click, so it opens the link in the current tab as well as a new one. I always set the target to 'new window' when posting links and I don't think I get this issue with my own posts. This does mean that you can't open the link within the tab, but I never do that anyway!



GregV
932 posts

Ultimate Geek
+1 received by user: 304


  #934527 15-Nov-2013 17:07
Send private message

I had this happening at home (FF), but thought it was my mouse. Just tested now at work (FF22), and I get the same issue with the ars link in this thread. Middle-clicking results in the link opening in new & current tab.
EDIT - not happening in IE10

GregV
932 posts

Ultimate Geek
+1 received by user: 304


  #938507 21-Nov-2013 16:17
Send private message

^ update - now happening in IE10, but not consistently

snowfly
549 posts

Ultimate Geek
+1 received by user: 112


  #938560 21-Nov-2013 17:24
Send private message

Happening for me too, for the last few days, a little annoying when middle clicking links to view them in a new tab, trying to keep the current tab, but it redirects as well.
Both in Firefox 25, and Chrome 31

Test:

1. Google Link - Target=None

2. Google Link - Target=New window

For me link 1 causes the problem with middle mouse click, but link 2 works fine with middle mouse click.

 
 
 

Shop now at Mighty Ape (affiliate link).
matt188
47 posts

Geek
+1 received by user: 7


  #938568 21-Nov-2013 17:58
Send private message

Ragnor: It kinda looks like a weird interaction between Chrome and Linksmart to me from a quick look in the Chrome dev tools, haven't tested with addon's disabled though.


Yep, Linksmart is doing it. 

I've just tested with the Ars badbios link earlier in the thread and you can see that Linksmart adds a mousedown handler on the link. 

It ignores right clicks (button == 2) but doesn't ignore middle clicks (button == 1):

F = function(a, c, n) {
    a = a || window.event;
    if (2 == a.button || c.getAttribute("data-ls-clicked"))
    return !0;


So then it eventually ends up setting the location of the current tab:

 window.location = c.href

MurrayM
2502 posts

Uber Geek
+1 received by user: 742

ID Verified
Trusted
Lifetime subscriber

  #938571 21-Nov-2013 18:05
Send private message

matt188:
Ragnor: It kinda looks like a weird interaction between Chrome and Linksmart to me from a quick look in the Chrome dev tools, haven't tested with addon's disabled though.


Yep, Linksmart is doing it. 

I've just tested with the Ars badbios link earlier in the thread and you can see that Linksmart adds a mousedown handler on the link. 

It ignores right clicks (button == 2) but doesn't ignore middle clicks (button == 1):

F = function(a, c, n) {
    a = a || window.event;
    if (2 == a.button || c.getAttribute("data-ls-clicked"))
    return !0;


So then it eventually ends up setting the location of the current tab:

 window.location = c.href


Excellent detective work!  Give that man a cookie!  

Behodar

11099 posts

Uber Geek
+1 received by user: 6082

Trusted
Lifetime subscriber

  #938573 21-Nov-2013 18:10
Send private message

I don't have any spare browser cookies but I gave him a +1 :)

freitasm
BDFL - Memuneh
80652 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #938589 21-Nov-2013 18:48
Send private message

I've sent this to LinkSmart to have a look...




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


Ragnor
8279 posts

Uber Geek
+1 received by user: 585

Trusted

  #938944 22-Nov-2013 12:22
Send private message

matt188:
Ragnor: It kinda looks like a weird interaction between Chrome and Linksmart to me from a quick look in the Chrome dev tools, haven't tested with addon's disabled though.


Yep, Linksmart is doing it. 

I've just tested with the Ars badbios link earlier in the thread and you can see that Linksmart adds a mousedown handler on the link. 

It ignores right clicks (button == 2) but doesn't ignore middle clicks (button == 1):

F = function(a, c, n) {
    a = a || window.event;
    if (2 == a.button || c.getAttribute("data-ls-clicked"))
    return !0;


So then it eventually ends up setting the location of the current tab:

 window.location = c.href


Good work, was going to look into it but forgot about it.



HP

 
 
 
 

Shop now for HP laptops and other devices (affiliate link).
freitasm
BDFL - Memuneh
80652 posts

Uber Geek
+1 received by user: 41045

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #941497 27-Nov-2013 09:34
Send private message

Just heard from Linksmart and it seems an update addressing this issue was released today... Could you folks experiencing this problem check and report?




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


snowfly
549 posts

Ultimate Geek
+1 received by user: 112


  #941500 27-Nov-2013 09:36
Send private message

Now works for me, thanks Mauricio :)

MurrayM
2502 posts

Uber Geek
+1 received by user: 742

ID Verified
Trusted
Lifetime subscriber

  #941509 27-Nov-2013 09:42
Send private message

Working ok for me too.

1 | 2 
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.