Opened 13 years ago
Last modified 12 years ago
#4367 closed bug
Can not clone attributes in opera — at Initial Version
Reported by: | wddm | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
obj=$(event.srcElement); obj.attr("d","show"); obj2=obj.clone(); obj2.css({position: "absolute",zIndex: 1000,left: obj.offset().left,top: obj.offset().top}); obj2.removeAttr("title"); copy attr for opera obj2.attr("w",obj.attr("w")); obj2.attr("h",obj.attr("h")); obj2.attr("z",obj.attr("z")); obj2.prependTo("body");
Note: See
TracTickets for help on using
tickets.