This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
Unsorted issues
>
Ctrl-Klick in ...
> Comment
let the browser do its work
/
#5614
Edit
Bookmark
Delete
what i wanted to say:
we should not build a complex click handler but pass on to the browser what is to the browser. (what ctrl-click does is a matter of browser config, not of our javascript!)
i looked a bit into js/listFunctions.js.
the "trouble" code you cited in
yeah, it's jquery.
, what is it good for anyway?
it is commented "prevent normal links from being overwritten by row toggling", but it looks like row toggling is done server side, not javascript.
so the solution woud be to just delete cited code.