Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Copy not working on firefox #637

Open
Gaurav-Ambasta opened this issue Mar 1, 2016 · 1 comment
Open

Copy not working on firefox #637

Gaurav-Ambasta opened this issue Mar 1, 2016 · 1 comment

Comments

@Gaurav-Ambasta
Copy link

Hi,

Copy does not seem to be working on firefox. Please find below the details of
console.log(JSON.stringify(ZeroClipboard.state(), null, 2));

Is it possible to work it without Flash.

{
  "browser": {
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:44.0) Gecko/20100101 Firefox/44.0",
    "platform": "MacIntel",
    "appName": "Netscape"
  },
  "flash": {
    "version": "0.0.0",
    "pluginType": "unknown",
    "disabled": true,
    "outdated": "",
    "sandboxed": false,
    "unavailable": null,
    "degraded": null,
    "deactivated": null,
    "overdue": null,
    "ready": false
  },
  "zeroclipboard": {
    "version": "2.2.0",
    "config": {
      "swfPath": "assets/bower_resources/zeroclipboard/dist/ZeroClipboard.swf",
      "trustedDomains": [
        "localhost:3001"
      ],
      "cacheBust": true,
      "forceEnhancedClipboard": false,
      "flashLoadTimeout": 30000,
      "autoActivate": true,
      "bubbleEvents": true,
      "containerId": "global-zeroclipboard-html-bridge",
      "containerClass": "global-zeroclipboard-container",
      "swfObjectId": "global-zeroclipboard-flash-bridge",
      "hoverClass": "zeroclipboard-is-hover",
      "activeClass": "zeroclipboard-is-active",
      "forceHandCursor": false,
      "title": null,
      "zIndex": 999999999,
      "buttonClass": "",
      "debug": true
    }
  }
}
@JamesMGreene
Copy link
Member

JamesMGreene commented May 10, 2016

Is it possible to work it without Flash?

Not currently but watch #171 for progress on that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants