Error in zeroclipboard and jquery Dialog

Source: Internet
Author: User

A problem occurred when using zeroclipboard in a jquery dialog. I checked some statements that the Z-index of jquery dialog will affect the use of zeroclipboard.

Reference: http://stackoverflow.com/questions/10680389/zeroclipboard-copy-text-inside-jquery-dialog-doesnt-work

Http://code.google.com/p/zeroclipboard/issues/detail? Id = 30

During the debugging, we found that in the client. Glue () process, setting the position attribute of glue_container <second parameter> to relative can solve the problem.Code:

<Span id = "copy_to_clip_wrapper" style = "position: relative"> <span id = "copy_to_clip_btn"> copy a link to the clipboard </span>

Clip. Glue ('Copy _ to_clip_btn ', 'Copy _ to_clip_wrapper ');

In addition, jquery dialog has the drag and resize functions. After drag and resize, you need to call the reposition function to re-determine the flash position:

Clip. Reposition ('Copy _ to_clip_btn ');

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.