Side navigation
#4367 closed bug (invalid)
Opened March 17, 2009 09:57PM UTC
Closed December 02, 2010 08:07AM UTC
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: | 
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"); 
Attachments (0)
Change History (9)
Changed March 17, 2009 10:58PM UTC by comment:1
| 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"); → {{{ \ 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"); \ }}} | 
|---|
Changed March 21, 2009 02:46AM UTC by comment:2
Can you attach a complete test case?
Changed October 14, 2009 03:31AM UTC by comment:3
| component: | unfilled → core | 
|---|
Changed October 26, 2010 05:32PM UTC by comment:4
| milestone: | 1.4 | 
|---|---|
| owner: | → wddm | 
| priority: | major → low | 
| status: | new → pending | 
Changed October 26, 2010 06:59PM UTC by comment:5
| resolution: | → invalid | 
|---|---|
| status: | pending → closed | 
Please reopen with a working test case.
Changed October 26, 2010 08:04PM UTC by comment:6
| resolution: | invalid | 
|---|---|
| status: | closed → reopened | 
Changed October 26, 2010 08:04PM UTC by comment:7
| keywords: | → needsreview | 
|---|---|
| status: | reopened → pending | 
Hi! Can you try to confirm the behavior using the latest jQuery build and reopen with a test case? Thanks.
Changed November 10, 2010 11:56PM UTC by comment:8
| keywords: | needsreview | 
|---|
Changed December 02, 2010 08:07AM UTC by comment:9
| resolution: | → invalid | 
|---|---|
| status: | pending → closed | 
Automatically closed due to 14 days of inactivity.