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

  • Fix and deprecate the 'setHandCursor' method.

    14 juillet 2013, par JamesMGreene
    Fix and deprecate the 'setHandCursor' method.
    Fixes #154.
  • Fix and deprecate the 'setHandCursor' method.

    14 juillet 2013, par JamesMGreene
    Fix and deprecate the 'setHandCursor' method.
    Fixes #154.
  • Fix SWF position and size calculations in IE 9.

    12 juillet 2013, par DelvarWorld
    Fix SWF position and size calculations in IE<9.
    
    Fixes #190.
    Closes #191.
    
    In oldIE, using the `typeof` operator on native DOM methods like `getBoundingClientRect` actually returns "object" instead of "function".
    Also, `getBoundingClientRect` did not add the "height" and "width" properties to TextRectangles until IE9, so calculate those manually if need be.
    
    Bumped version to v1.2.0-beta.3.
  • Fix SWF position and size calculations in IE 9.

    12 juillet 2013, par DelvarWorld
    Fix SWF position and size calculations in IE<9.
    
    Fixes #190.
    Closes #191.
    
    In oldIE, using the `typeof` operator on native DOM methods like `getBoundingClientRect` actually returns "object" instead of "function".
    Also, `getBoundingClientRect` did not add the "height" and "width" properties to TextRectangles until IE9, so calculate those manually if need be.
    
    Bumped version to v1.2.0-beta.3.
  • Use 'getBoundingClientRect' to get element position and dimensions.

    6 juillet 2013, par nwah
    Use 'getBoundingClientRect' to get element position and dimensions.
    
    Closes #114.
    Fixes #79.
    Fixes #119.
    Fixes #149.
    Fixes #166.
    Fixes #167.