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

Not working upon Recent upgrade of chrome in windows, but IE works #686

Open
geetharanimaduri opened this issue Sep 20, 2017 · 7 comments
Open

Comments

@geetharanimaduri
Copy link

Hi Team,

       Good Evening. The existing code, which was working previously was not working after upgrade of chrome but the same code works fine for the IE. Here is the sample code.

Kindly suggest where it is going wrong?? ..

if (this.oClipboard)
this.oClipboard.destroy();

	this.oClipboard = new ZeroClipboard(this.oCopyLinkButton.getDomRef());

	this.oClipboard.on("ready", function(readyEvent)
	{
		that.oClipboard.on("error", function(e)
		{
			alert(e);
		});

		that.oClipboard.on("copy", function(e)
		{
			alert("copy called");
			that.oClipboard.setText(that.currentURL);
		});

		that.oClipboard.on("aftercopy", function(event)
		{
			alert("aftercopy called");
			that.oCopyLinkDoneNotif.open();
			setTimeout(function()
			{
				that.oCopyLinkDoneNotif.close(false);
			}, 2000);

		});
	});

Thanks,
Geetha Rani.

@rostber
Copy link

rostber commented Oct 9, 2017

+1

3 similar comments
@lisaWriteJava
Copy link

+1

@maodei
Copy link

maodei commented Nov 3, 2017

+1

@masteink
Copy link

masteink commented Nov 8, 2017

+1

@madeyegoody
Copy link

Hi, my team identified a browser workaround for Chrome users:

  1. On impacted web page, click the site info box to the left of the URL
  2. For Flash, select 'Always allow on this site', or in Site Settings confirm 'Allow' is selected (see screenshot)

The default 'Ask' option does not work as expected.

Chrome version: 62.0.3202.94 (Official Build) (64-bit)

image

@irbian
Copy link

irbian commented Nov 23, 2017

the workaround works on chrome

this problem also appears on firefox 56.2.0 or 57.0

@Nikoshi
Copy link

Nikoshi commented Aug 14, 2018

This software uses flash, but flash is a security risk and shouldn't be used anymore! You could use the clipboard apis (https://www.w3.org/TR/clipboard-apis/)

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

No branches or pull requests

8 participants