Side navigation
#8826 closed bug (invalid)
Opened April 08, 2011 11:17AM UTC
Closed April 29, 2011 07:55AM UTC
ALLOWTRANSPARENCY can be set in constructor but not using attr()..
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | attributes | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
IN IE7 if you do..
$('<iframe ALLOWTRANSPARENCY="true"/>);
the attribute is added correctly and will allow the iframe to render with transparency in IE7, however:
var $iframe = $('<iframe />);
$iframe.attr('ALLOWTRANSPARENCY', 'true');
doesn't
Attachments (0)
Change History (3)
Changed April 08, 2011 02:52PM UTC by comment:1
owner: | → anonymous |
---|---|
status: | new → pending |
Changed April 15, 2011 04:58AM UTC by comment:2
component: | unfiled → attributes |
---|
Changed April 29, 2011 07:55AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! I've created a test case based on your description, but was unable to reproduce your issue.
http://jsfiddle.net/timmywil/MAbs8/1/
Please update this fiddle or create a new one that demonstrates the problem.