I believe my reasoning for not setting the fourth argument
to true in that line is that in this case the folder behaves
just like the +/- sign when MTMEmulateWE is set to true, it
only expands/collapses. The tooltip is more related to the
document it points to, in my opinion, and since the link's
action isn't associated with the document the tooltip
shouldn't be shown.
I'll have a closer look at it though since I'm not totally
sure what behaviour I regard is best in this case.
Thanks for pointing out the line in the source code, makes
changing it later a lot easier!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=544076
Version 2.3.2, mtmcode.js, changed Line 594 to:
MTMOutputString += MTMakeLink(item, true, true, TRUE,
MTMClickCmd, MTMouseOverCmd, MTMouseOutCmd);
Logged In: YES
user_id=141897
I believe my reasoning for not setting the fourth argument
to true in that line is that in this case the folder behaves
just like the +/- sign when MTMEmulateWE is set to true, it
only expands/collapses. The tooltip is more related to the
document it points to, in my opinion, and since the link's
action isn't associated with the document the tooltip
shouldn't be shown.
I'll have a closer look at it though since I'm not totally
sure what behaviour I regard is best in this case.
Thanks for pointing out the line in the source code, makes
changing it later a lot easier!