Revisions : ZeroClipboard · GitHub

The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.

https://github.com/jonrohan/ZeroClipboard/

Les articles publiés sur le site

  • Core : Added new config option `fixLineEnding : true` to ensure OS-comp…

    24 août 2015, par JamesMGreene
    Core: Added new config option `fixLineEnding: true` to ensure OS-compliant line endings by default
    
    Fixes #595.
    
    Ref #222.
    Ref #453.
  • Integrity : Prevent "TypeError : styles is `null`" error in Firefox.

    23 août 2015, par soluml
    Integrity: Prevent "TypeError: styles is `null`" error in Firefox.
    
    This error occurs [only in Firefox] when attempting to retrieve the computed CSS styles of an element that only exists as fallback content (and, ergo, may not be in or attached to the live DOM document.
    
    Closes #561.
  • Metadata : Bower license should be the SPDX type of license.

    23 août 2015, par sgilroy
    Metadata: Bower license should be the SPDX type of license.
    
    Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file.
    
    Closes #544.
  • license should be the type of license

    22 août 2015, par sgilroy
    license should be the type of license
    
    Follow convention to make it easier for automated license checking utilities to determine which license is used. The license property in bower.json should be the SPDX type of license, in this case "MIT", instead of the URL of the license file.
    
    Closes #544.
  • Merge pull request #593 from thadseaver/swf-location

    15 juillet 2015, par jonrohan
    Merge pull request #593 from thadseaver/swf-location
    
    Clarified location of swf file