Comment 246 for bug 193141

Revision history for this message
In , Mano-mozilla (mano-mozilla) wrote :

(From update of attachment 305975)

>Index: browser/components/places/content/sidebarUtils.js
>===================================================================

>- var modifKey = aEvent.shiftKey || aEvent.ctrlKey || aEvent.altKey ||
>- aEvent.metaKey || (aEvent.button != 0);
>- if (!modifKey && tbo.view.isContainer(row.value)) {
>+
>+ var modifKey = aEvent.ctrlKey || Event.metaKey;
>+ var openInTabs = aEvent.button == 1 || (aEvent.button == 0 && modifKey);

this should rather be #ifdef'ed.... Cmd+click on mac and Ctrl+click on windows. Shift is supposed to open in tabs in a new window, I think. Check the toolbar.