Side navigation
#12977 closed bug (duplicate)
Opened November 28, 2012 06:56AM UTC
Closed November 28, 2012 05:43PM UTC
use getAttribute to access swfobject's attribute in IE9
Reported by: | Niphor | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery has some bug when try to access swfobject's attribute use getAttribute in IE9.
it occurs:
when use $("[someAttr=someNumber]") like $("[someAttr=12345]");
when use .remove() to remove a div contains swfobject;
when a div contains swfobject ,and use .draggable() on it.
I tested swfupload & uploadify flash version,it shows the same bug.
there is my test page:
http://jsfiddle.net/Niphor/ejLPk/
you can see some example in it.
Sorry for my poor English.
Thank you.
Attachments (0)
Change History (2)
Changed November 28, 2012 05:18PM UTC by comment:1
Changed November 28, 2012 05:43PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #12945.That is too much code for a bug report. Please provide a test case that only includes jQuery core. To debug that much code, please go to a forum and ask for help. Also the site demo.swfupload.org does not seem to be responding so I cannot run your test case on jsFiddle.
I will close this as a dup of #12945 which does not yet have a response, please post your reduced test case there.
jQuery has some bug when try to access swfobject's attribute use getAttribute in IE>=9.
it occurs:
when use $("[someAttr=someNumber]") like $("[someAttr=12345]");
when use .remove() to remove a div contains swfobject;
when a div contains swfobject ,and use .draggable() on it.
I tested swfupload & uploadify flash version,it shows the same bug.
here is my test page: http://jsfiddle.net/Niphor/ejLPk/
you can see 2 examples in it.
I fond that there are some tickets reported the same bug 1 year ago ,and never fixed...
#12945
#12640
#10788
Sorry for my poor English. Thank you.