I am using the box ContentExplorer in my React application and in it, I cant seem to figure out why when I click the ellipsis button ("...") beside any of the files in my folder, the file actions menu will not open. Nothing happens when I click the button. I am seeing this same behavior on IE, Chrome and Firefox. I made my web app publicly accessible and still see the issue when using my home computer to eliminate the possibility of it being our corporate anti virus / popup blocker software. I also had the network guys test with antivirus disabled, still the same result.
One additional note, the "Share" button right next to the ellipsis button works just fine.
I define the component in my render() as seen below.
Has anyone seen this before? Suggestions? Thanks!
token={boxtoken}
getLocalizedMessage={getLocalizedMessage}
language={lang}
logoUrl='http://www.m1procycling.com/wp-content/uploads/2014/12/hrb-cycling-logo1.png'
rootFolderId={boxFolderId}
canPreview={true}
canDownload={true}
canDelete={true}
canRename={true}
canUpload={true}
canShare={true}
/>