Skip to main content

Bug Tracker

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 brandon 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 dmethvin comment:2

Can you attach a complete test case?

Changed October 14, 2009 03:31AM UTC by dmethvin comment:3

component: unfilledcore

Changed October 26, 2010 05:32PM UTC by rwaldron comment:4

milestone: 1.4
owner: → wddm
priority: majorlow
status: newpending

Changed October 26, 2010 06:59PM UTC by miketaylr comment:5

resolution: → invalid
status: pendingclosed

Please reopen with a working test case.

Changed October 26, 2010 08:04PM UTC by miketaylr comment:6

resolution: invalid
status: closedreopened

Changed October 26, 2010 08:04PM UTC by miketaylr comment:7

keywords: → needsreview
status: reopenedpending

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 snover comment:8

keywords: needsreview

Changed December 02, 2010 08:07AM UTC by trac-o-bot comment:9

resolution: → invalid
status: pendingclosed

Automatically closed due to 14 days of inactivity.