Can not clone attributes in opera
Reported by: |
wddm |
Owned by: |
wddm |
Priority:
|
low
|
Milestone:
|
|
Component:
|
core
|
Version:
|
1.3.2
|
Keywords:
|
|
Cc:
|
|
Blocked by:
|
|
Blocking:
|
|
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");
Change History (9)
Description: |
modified (diff)
|
Component: |
unfilled →
core
|
Milestone: |
1.4
|
Owner: |
set to wddm
|
Priority: |
major →
low
|
Status: |
new →
pending
|
Resolution: |
→ invalid
|
Status: |
pending →
closed
|
Resolution: |
invalid
|
Status: |
closed →
reopened
|
Keywords: |
needsreview added
|
Status: |
reopened →
pending
|
Keywords: |
needsreview removed
|
Resolution: |
→ invalid
|
Status: |
pending →
closed
|
Can you attach a complete test case?