switchery icon indicating copy to clipboard operation
switchery copied to clipboard

Bugfix. Always use the real document of the checkbox element.

Open taueres opened this issue 10 years ago • 1 comments

If the checkbox element is in an iframe its document and the main page document are not the same object. In these situations Switchery won't work properly.

taueres avatar Jul 07 '15 20:07 taueres

@taueres Thanks for catching this bug!

Please make sure you generate a standalone version (development) and bump the version with a patch increment on all places it occurs (comments in JS/CSS files, package.json, bower.json, component.json)

abpetkov avatar Oct 31 '16 21:10 abpetkov