a javascript (to email a page to an email account with mailto)

i tried to run a bookmark of the following javascript (to email a page an email with mailto)
javascript:document.location='mailto:xxxxxxxxxxxx@gmail.com?subject='+document.title+'&body='+escape(document.location);
it works in an unsandboxied chrome but not in a sandboxied chrome (no popup box).
how to make it works in a sandboxied chrome?