pixtur:Confirmed...
5 years ago
This is really a pain in the ass. Somehow the assigned click-handler also grabs the CTRL-Click events but removes the modifier key.
I still have no clue how to fix this.
xl:Perhaps
5 years ago
...just de-assign the click handler for links. Is jquery used? I begin to like this.
tino:Not sure...
5 years ago
I'll take a look at this...
xl:solution
5 years ago
one comment to this:
i think this works for me, but not for everyone.
if i understand it right, this emulates firefox standard behabiour.
but ctrl-click in firefox is configurable (open new tab in foreground or in background).
the "real" solution might be to switch off streber click handling for links completely and let firefox do the job.
pixtur:Antwort auf solution
5 years ago
Could you elaborate a bit more on this? How can this be done...