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.
Les articles publiés sur le site
-
Fix and deprecate the 'setHandCursor' method.
14 juillet 2013, par JamesMGreeneFix and deprecate the 'setHandCursor' method. Fixes #154.
-
Fix and deprecate the 'setHandCursor' method.
14 juillet 2013, par JamesMGreeneFix and deprecate the 'setHandCursor' method. Fixes #154.
-
Fix SWF position and size calculations in IE 9.
12 juillet 2013, par DelvarWorldFix 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 DelvarWorldFix 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 nwahUse 'getBoundingClientRect' to get element position and dimensions. Closes #114. Fixes #79. Fixes #119. Fixes #149. Fixes #166. Fixes #167.