Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2006-05-26 07:42:25

alibaba_and_40girls
Xinha Community Member
Registered: 2006-03-23
Posts: 11

copy image has link

When I copy an image has link and paste it in other place, new image was lost link. I fix the code for copy like this and it run ok.

case "copy":
      this._doc.execCommand("cut", UI, param);
      this._doc.execCommand("paste", UI, param);
      if ( this.config.killWordOnPaste )
      {
        this._wordClean();
      }
      break;

Do you think it ok?

Offline

Board footer

Powered by FluxBB