Yes, that's a bug. :( Fortunately it's an easy one. In DesktopModules/SnapsisDNN/spMenu.js on line 566 is where the error occurs. It is checking to see if the “Magic Wand” is on and if so keep the navigation from working on a click so that the style for the menu item can be edited. I ended up implementing this functionallity on a right-click so that if condition can be removed. Or you can define that variable at the top of spMenu.js like so: var snapsis_CSSViewerActive = false; Or you can get a new spMenu.js file by clicking here |