Opened 12 years ago
Closed 11 years ago
#9531 closed bug (worksforme)
calling show() before attaching to DOM fail on chrome or IE
Reported by: | Owned by: | Rick Waldron | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | effects | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<html> <head>
<script type="text/javascript"src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script> <script type="text/javascript">
$(function(){
$('<div class="hidden"/>')
.show() .text('You can see me withFirefox') .appendTo('body');
});
</script> <style>
.hidden{display:none;}
</style>
</head> <body> </body> </html>
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Owner: | set to Rick Waldron |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
This is now working in 1.7.2
Note: See
TracTickets for help on using
tickets.
Confirmed.
http://jsfiddle.net/rwaldron/4T6gj/