I have my div with a right click popup menu:
// Attatch right click event to folder for extra options $(\'#fBox\' + folderID).mousedown(function(event) {
This is a default behavior of browsers now to disable the alternate-click override. Each user has to allow this behavior in recent browsers. For instance, I don't allow this behavior as I always want my default pop-up menu.